.llm-bubble-wrap {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10; }
  .llm-bubble-wrap .llm-bubble-tips {
    color: #333;
    background-color: #F5F5F5;
    position: absolute;
    right: 0;
    top: -49px;
    padding: 8px 16px;
    border-radius: 20px;
    text-wrap: nowrap;
    white-space: nowrap;
    cursor: pointer; }
  .llm-bubble-wrap .llm-bubble {
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: #c18e4a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 2px 8px 0px #00000040; }
    .llm-bubble-wrap .llm-bubble .icon-xingxing {
      font-size: 30px; }
  @media screen and (min-width: 0px) and (max-width: 992px) {
    .llm-bubble-wrap {
      bottom: 25px;
      right: 25px; } }

@keyframes rotoImg {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.llm-chat-continater {
  position: fixed;
  font-size: 14px;
  z-index: 99; }
  .llm-chat-continater .llm-header-wrapper {
    width: 100%;
    height: 56px;
    padding: 12px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .llm-chat-continater .llm-header-wrapper .llm-inpainting-fail {
      position: absolute;
      bottom: -34px;
      left: 50%;
      transform: translateX(-50%);
      width: calc(100% - 22px);
      height: 34px;
      line-height: 34px;
      text-align: center;
      background: #FF795C;
      border-radius: 10px;
      color: #fff;
      z-index: 1; }
      .llm-chat-continater .llm-header-wrapper .llm-inpainting-fail i {
        font-size: 16px;
        margin-right: 6px; }
    .llm-chat-continater .llm-header-wrapper .header-wrapper-content {
      margin-left: 10px; }
      .llm-chat-continater .llm-header-wrapper .header-wrapper-content .header-t1 {
        font-size: 16px;
        line-height: 20px;
        position: relative; }
        .llm-chat-continater .llm-header-wrapper .header-wrapper-content .header-t1 .llm-header-sign {
          position: absolute;
          width: 46px;
          height: 18px;
          line-height: 18px;
          text-align: center;
          background: #C18E4A;
          color: #fff;
          font-size: 12px;
          top: -4px;
          left: 32px;
          transform: scale(0.5);
          border-radius: 17px; }
      .llm-chat-continater .llm-header-wrapper .header-wrapper-content .header-t2 {
        font-size: 10px;
        line-height: 12px; }
    .llm-chat-continater .llm-header-wrapper .icon-user-btn i, .llm-chat-continater .llm-header-wrapper .icon-history-btn i, .llm-chat-continater .llm-header-wrapper .icon-close-btn i {
      font-size: 10px;
      width: 32px;
      height: 32px;
      text-align: center;
      line-height: 32px;
      border-radius: 50%;
      display: inline-block;
      background: #f5f5f5;
      cursor: pointer; }
      .llm-chat-continater .llm-header-wrapper .icon-user-btn i.llm-disabled, .llm-chat-continater .llm-header-wrapper .icon-history-btn i.llm-disabled, .llm-chat-continater .llm-header-wrapper .icon-close-btn i.llm-disabled {
        color: rgba(0, 0, 0, 0.5); }
        .llm-chat-continater .llm-header-wrapper .icon-user-btn i.llm-disabled:hover, .llm-chat-continater .llm-header-wrapper .icon-history-btn i.llm-disabled:hover, .llm-chat-continater .llm-header-wrapper .icon-close-btn i.llm-disabled:hover {
          color: rgba(0, 0, 0, 0.5); }
    .llm-chat-continater .llm-header-wrapper .icon-user-btn i {
      font-size: 14px;
      background: #C18E4A;
      color: #fff;
      cursor: auto; }
    .llm-chat-continater .llm-header-wrapper .icon-history-btn, .llm-chat-continater .llm-header-wrapper .icon-close-btn {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      color: #7f7f7f; }
      .llm-chat-continater .llm-header-wrapper .icon-history-btn:hover, .llm-chat-continater .llm-header-wrapper .icon-close-btn:hover {
        color: #333; }
    .llm-chat-continater .llm-header-wrapper .icon-history-btn {
      right: 52px;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 5; }
      .llm-chat-continater .llm-header-wrapper .icon-history-btn.llm-disabled {
        color: rgba(51, 51, 51, 0.5); }
        .llm-chat-continater .llm-header-wrapper .icon-history-btn.llm-disabled:hover {
          color: rgba(51, 51, 51, 0.5); }
      .llm-chat-continater .llm-header-wrapper .icon-history-btn i {
        font-size: 15px; }
      .llm-chat-continater .llm-header-wrapper .icon-history-btn .llm-hostory-menu {
        position: absolute;
        transform: translate3d(-180px, 39px, 0px);
        top: 10px;
        left: 54px;
        will-change: transform;
        display: none;
        min-width: 138px;
        box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
        padding: 8px 0;
        border-radius: 4px;
        background: #fff; }
        .llm-chat-continater .llm-header-wrapper .icon-history-btn .llm-hostory-menu li {
          color: #787878;
          padding-right: 20px;
          padding-left: 20px;
          text-align: center;
          height: 38px;
          line-height: 38px;
          font-size: 14px;
          text-align: left;
          min-width: 150px;
          margin-bottom: 0;
          cursor: pointer; }
          .llm-chat-continater .llm-header-wrapper .icon-history-btn .llm-hostory-menu li:hover {
            background-color: #f2f2f2;
            color: #313233; }
          .llm-chat-continater .llm-header-wrapper .icon-history-btn .llm-hostory-menu li.llm-hostory-record-active {
            background-color: #f2f2f2;
            color: #313233; }
    .llm-chat-continater .llm-header-wrapper .icon-user {
      background: #C18E4A;
      color: #fff; }
    .llm-chat-continater .llm-header-wrapper .icon-history {
      right: 50px; }
  .llm-chat-continater .llm-chat-wrapper, .llm-chat-continater .llm-complete-history {
    width: 100%;
    height: calc(100% - 108px);
    padding: 14px 16px 20px 12px;
    overflow-y: auto;
    position: relative;
    overscroll-behavior: contain; }
    .llm-chat-continater .llm-chat-wrapper .llm-chat-wrapper-sub, .llm-chat-continater .llm-complete-history .llm-chat-wrapper-sub {
      width: 100%; }
    .llm-chat-continater .llm-chat-wrapper .llm-message, .llm-chat-continater .llm-complete-history .llm-message {
      display: flex;
      align-items: flex-start;
      margin-bottom: 16px;
      position: relative; }
      .llm-chat-continater .llm-chat-wrapper .llm-message:last-child, .llm-chat-continater .llm-complete-history .llm-message:last-child {
        margin-bottom: 0; }
      .llm-chat-continater .llm-chat-wrapper .llm-message .llm-img-loading, .llm-chat-continater .llm-chat-wrapper .llm-message .llm-img-error, .llm-chat-continater .llm-complete-history .llm-message .llm-img-loading, .llm-chat-continater .llm-complete-history .llm-message .llm-img-error {
        font-size: 20px;
        position: absolute;
        top: calc(50% + 8px);
        left: 0;
        transform: translateY(-50%);
        color: #7f7f7f; }
      .llm-chat-continater .llm-chat-wrapper .llm-message .llm-img-loading, .llm-chat-continater .llm-complete-history .llm-message .llm-img-loading {
        width: 20px;
        height: 20px; }
      .llm-chat-continater .llm-chat-wrapper .llm-message .llm-img-error, .llm-chat-continater .llm-complete-history .llm-message .llm-img-error {
        display: none;
        color: #f56c6c; }
      .llm-chat-continater .llm-chat-wrapper .llm-message .llm-message-icon, .llm-chat-continater .llm-complete-history .llm-message .llm-message-icon {
        font-size: 32px;
        line-height: 32px;
        color: #b7b7b7;
        transform: scale(0.5);
        transform-origin: left top;
        position: absolute;
        top: 0;
        left: 0; }
      .llm-chat-continater .llm-chat-wrapper .llm-message .llm-message-img, .llm-chat-continater .llm-complete-history .llm-message .llm-message-img {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0; }
      .llm-chat-continater .llm-chat-wrapper .llm-message .llm-message-other, .llm-chat-continater .llm-chat-wrapper .llm-message .llm-message-self, .llm-chat-continater .llm-complete-history .llm-message .llm-message-other, .llm-chat-continater .llm-complete-history .llm-message .llm-message-self {
        clear: both;
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        word-wrap: break-word; }
      .llm-chat-continater .llm-chat-wrapper .llm-message .llm-img-container, .llm-chat-continater .llm-complete-history .llm-message .llm-img-container {
        border-radius: 16px;
        overflow: hidden;
        position: relative; }
        .llm-chat-continater .llm-chat-wrapper .llm-message .llm-img-container .llm-single-img, .llm-chat-continater .llm-complete-history .llm-message .llm-img-container .llm-single-img {
          max-width: 221px;
          height: auto;
          width: auto; }
      .llm-chat-continater .llm-chat-wrapper .llm-message .llm-four-img-container, .llm-chat-continater .llm-complete-history .llm-message .llm-four-img-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 4px; }
        .llm-chat-continater .llm-chat-wrapper .llm-message .llm-four-img-container .llm-four-img, .llm-chat-continater .llm-complete-history .llm-message .llm-four-img-container .llm-four-img {
          width: 49.2%;
          height: 99px;
          border-radius: 16px;
          overflow: hidden;
          cursor: pointer; }
          .llm-chat-continater .llm-chat-wrapper .llm-message .llm-four-img-container .llm-four-img img, .llm-chat-continater .llm-complete-history .llm-message .llm-four-img-container .llm-four-img img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
          .llm-chat-continater .llm-chat-wrapper .llm-message .llm-four-img-container .llm-four-img:hover img, .llm-chat-continater .llm-complete-history .llm-message .llm-four-img-container .llm-four-img:hover img {
            transform: scale(1.03);
            transition: transform 0.5s; }
      .llm-chat-continater .llm-chat-wrapper .llm-message .font-bold, .llm-chat-continater .llm-complete-history .llm-message .font-bold {
        font-weight: 700; }
      .llm-chat-continater .llm-chat-wrapper .llm-message .llm-message-btn, .llm-chat-continater .llm-complete-history .llm-message .llm-message-btn {
        background: #000;
        color: #fff;
        font-size: 13px;
        width: 140px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        cursor: pointer; }
        .llm-chat-continater .llm-chat-wrapper .llm-message .llm-message-btn i, .llm-chat-continater .llm-complete-history .llm-message .llm-message-btn i {
          font-size: 10px;
          margin-left: 6px; }
        .llm-chat-continater .llm-chat-wrapper .llm-message .llm-message-btn:hover, .llm-chat-continater .llm-complete-history .llm-message .llm-message-btn:hover {
          background: #333; }
        .llm-chat-continater .llm-chat-wrapper .llm-message .llm-message-btn.llm-disabled, .llm-chat-continater .llm-complete-history .llm-message .llm-message-btn.llm-disabled {
          color: rgba(255, 255, 255, 0.5); }
          .llm-chat-continater .llm-chat-wrapper .llm-message .llm-message-btn.llm-disabled:hover, .llm-chat-continater .llm-complete-history .llm-message .llm-message-btn.llm-disabled:hover {
            color: rgba(255, 255, 255, 0.5);
            background: #000; }
      .llm-chat-continater .llm-chat-wrapper .llm-message .llm-message-loading, .llm-chat-continater .llm-complete-history .llm-message .llm-message-loading {
        width: 16px;
        height: 20px;
        border-radius: 16px;
        clear: both;
        text-align: left;
        text-align: center;
        line-height: 20px; }
        .llm-chat-continater .llm-chat-wrapper .llm-message .llm-message-loading img, .llm-chat-continater .llm-complete-history .llm-message .llm-message-loading img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .llm-chat-continater .llm-chat-wrapper .llm-message .llm-guild-inpainting, .llm-chat-continater .llm-complete-history .llm-message .llm-guild-inpainting {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        padding-left: 24px;
        width: 100%; }
        .llm-chat-continater .llm-chat-wrapper .llm-message .llm-guild-inpainting .llm-guild-simple-img, .llm-chat-continater .llm-chat-wrapper .llm-message .llm-guild-inpainting .llm-guild-upload, .llm-chat-continater .llm-complete-history .llm-message .llm-guild-inpainting .llm-guild-simple-img, .llm-chat-continater .llm-complete-history .llm-message .llm-guild-inpainting .llm-guild-upload {
          width: 49.2%;
          height: 99px;
          border-radius: 16px;
          object-fit: cover; }
        .llm-chat-continater .llm-chat-wrapper .llm-message .llm-guild-inpainting .llm-guild-simple-img, .llm-chat-continater .llm-complete-history .llm-message .llm-guild-inpainting .llm-guild-simple-img {
          margin-right: 4px; }
        .llm-chat-continater .llm-chat-wrapper .llm-message .llm-guild-inpainting .llm-guild-simple-text, .llm-chat-continater .llm-complete-history .llm-message .llm-guild-inpainting .llm-guild-simple-text {
          position: absolute;
          top: 7px;
          left: 32px;
          width: 50px;
          height: 18px;
          background: #000;
          border-radius: 8px;
          text-align: center;
          line-height: 18px;
          font-size: 10px;
          color: #fff; }
        .llm-chat-continater .llm-chat-wrapper .llm-message .llm-guild-inpainting .llm-guild-upload, .llm-chat-continater .llm-complete-history .llm-message .llm-guild-inpainting .llm-guild-upload {
          background: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          font-size: 12px;
          color: #000;
          border: 1px solid #d9d9d9;
          cursor: pointer; }
          .llm-chat-continater .llm-chat-wrapper .llm-message .llm-guild-inpainting .llm-guild-upload:hover, .llm-chat-continater .llm-complete-history .llm-message .llm-guild-inpainting .llm-guild-upload:hover {
            border: 1px dashed #C28E4A;
            background: #FCF5EC; }
          .llm-chat-continater .llm-chat-wrapper .llm-message .llm-guild-inpainting .llm-guild-upload.llm-disabled, .llm-chat-continater .llm-complete-history .llm-message .llm-guild-inpainting .llm-guild-upload.llm-disabled {
            color: rgba(51, 51, 51, 0.5); }
            .llm-chat-continater .llm-chat-wrapper .llm-message .llm-guild-inpainting .llm-guild-upload.llm-disabled:hover, .llm-chat-continater .llm-complete-history .llm-message .llm-guild-inpainting .llm-guild-upload.llm-disabled:hover {
              color: rgba(51, 51, 51, 0.5);
              background: #fff;
              border: none; }
      .llm-chat-continater .llm-chat-wrapper .llm-message .llm-product-container, .llm-chat-continater .llm-complete-history .llm-message .llm-product-container {
        width: 100%;
        padding-left: 24px; }
        .llm-chat-continater .llm-chat-wrapper .llm-message .llm-product-container .llm-product-item, .llm-chat-continater .llm-complete-history .llm-message .llm-product-container .llm-product-item {
          width: 100%;
          text-align: center;
          height: 80px;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          margin-bottom: 4px;
          border-radius: 16px;
          border: 1px solid #d9d9d9;
          overflow: hidden;
          position: relative; }
          .llm-chat-continater .llm-chat-wrapper .llm-message .llm-product-container .llm-product-item:last-child, .llm-chat-continater .llm-complete-history .llm-message .llm-product-container .llm-product-item:last-child {
            margin-bottom: 0; }
          .llm-chat-continater .llm-chat-wrapper .llm-message .llm-product-container .llm-product-item:hover, .llm-chat-continater .llm-complete-history .llm-message .llm-product-container .llm-product-item:hover {
            border-color: #999; }
          .llm-chat-continater .llm-chat-wrapper .llm-message .llm-product-container .llm-product-item .llm-product-img, .llm-chat-continater .llm-complete-history .llm-message .llm-product-container .llm-product-item .llm-product-img {
            width: 91px;
            height: 100%;
            cursor: pointer;
            background: #fff;
            position: relative;
            border-right: 1px solid #d9d9d9; }
            .llm-chat-continater .llm-chat-wrapper .llm-message .llm-product-container .llm-product-item .llm-product-img img, .llm-chat-continater .llm-complete-history .llm-message .llm-product-container .llm-product-item .llm-product-img img {
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              object-fit: contain; }
          .llm-chat-continater .llm-chat-wrapper .llm-message .llm-product-container .llm-product-item .llm-product-info, .llm-chat-continater .llm-complete-history .llm-message .llm-product-container .llm-product-item .llm-product-info {
            width: calc(100% - 91px);
            height: 100%;
            padding-left: 16px;
            text-align: left; }
          .llm-chat-continater .llm-chat-wrapper .llm-message .llm-product-container .llm-product-item .llm-product-img-no, .llm-chat-continater .llm-complete-history .llm-message .llm-product-container .llm-product-item .llm-product-img-no {
            background: #fff; }
          .llm-chat-continater .llm-chat-wrapper .llm-message .llm-product-container .llm-product-item .llm-product-name, .llm-chat-continater .llm-complete-history .llm-message .llm-product-container .llm-product-item .llm-product-name {
            margin-top: 17.5px;
            margin-bottom: 7px;
            font-size: 14px;
            line-height: 14px;
            color: #000;
            width: calc(100% - 75px);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .llm-chat-continater .llm-chat-wrapper .llm-message .llm-product-container .llm-product-item .llm-product-price, .llm-chat-continater .llm-complete-history .llm-message .llm-product-container .llm-product-item .llm-product-price {
            margin-bottom: 8px;
            line-height: 10px; }
            .llm-chat-continater .llm-chat-wrapper .llm-message .llm-product-container .llm-product-item .llm-product-price .llm-product-final, .llm-chat-continater .llm-complete-history .llm-message .llm-product-container .llm-product-item .llm-product-price .llm-product-final {
              margin-right: 6px;
              font-size: 10px;
              color: #000; }
            .llm-chat-continater .llm-chat-wrapper .llm-message .llm-product-container .llm-product-item .llm-product-price .llm-product-msrp, .llm-chat-continater .llm-complete-history .llm-message .llm-product-container .llm-product-item .llm-product-price .llm-product-msrp {
              font-size: 10px;
              color: #7f7f7f;
              text-decoration: line-through; }
            .llm-chat-continater .llm-chat-wrapper .llm-message .llm-product-container .llm-product-item .llm-product-price .llm-product-msrp-cus, .llm-chat-continater .llm-complete-history .llm-message .llm-product-container .llm-product-item .llm-product-price .llm-product-msrp-cus {
              font-size: 10px;
              color: #000;
              text-decoration: none; }
          .llm-chat-continater .llm-chat-wrapper .llm-message .llm-product-container .llm-product-item .llm-product-btn, .llm-chat-continater .llm-complete-history .llm-message .llm-product-container .llm-product-item .llm-product-btn {
            width: 67px;
            height: 67px;
            line-height: 10px;
            text-align: center;
            border-radius: 10px;
            cursor: pointer;
            background: #C18E4A;
            font-size: 10px;
            color: #FFFFFF;
            position: absolute;
            top: 5.5px;
            right: 7px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column; }
            .llm-chat-continater .llm-chat-wrapper .llm-message .llm-product-container .llm-product-item .llm-product-btn .icon, .llm-chat-continater .llm-complete-history .llm-message .llm-product-container .llm-product-item .llm-product-btn .icon {
              font-size: 16px;
              margin-bottom: 3px;
              line-height: 16px; }
            .llm-chat-continater .llm-chat-wrapper .llm-message .llm-product-container .llm-product-item .llm-product-btn:hover, .llm-chat-continater .llm-complete-history .llm-message .llm-product-container .llm-product-item .llm-product-btn:hover {
              opacity: 0.95; }
            .llm-chat-continater .llm-chat-wrapper .llm-message .llm-product-container .llm-product-item .llm-product-btn.llm-disabled, .llm-chat-continater .llm-complete-history .llm-message .llm-product-container .llm-product-item .llm-product-btn.llm-disabled {
              color: rgba(255, 255, 255, 0.5); }
              .llm-chat-continater .llm-chat-wrapper .llm-message .llm-product-container .llm-product-item .llm-product-btn.llm-disabled:hover, .llm-chat-continater .llm-complete-history .llm-message .llm-product-container .llm-product-item .llm-product-btn.llm-disabled:hover {
                color: rgba(255, 255, 255, 0.5);
                background: #C18E4A; }
    .llm-chat-continater .llm-chat-wrapper .llm-record-loading, .llm-chat-continater .llm-complete-history .llm-record-loading {
      padding-bottom: 14px;
      width: 100%;
      text-align: center;
      display: none; }
      .llm-chat-continater .llm-chat-wrapper .llm-record-loading img, .llm-chat-continater .llm-complete-history .llm-record-loading img {
        width: 30px;
        height: 30px; }
    .llm-chat-continater .llm-chat-wrapper .llm-more-record, .llm-chat-continater .llm-complete-history .llm-more-record {
      font-size: 12px;
      color: #999999;
      line-height: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      display: none;
      padding: 14px 0; }
      .llm-chat-continater .llm-chat-wrapper .llm-more-record .llm-more-record-btn, .llm-chat-continater .llm-complete-history .llm-more-record .llm-more-record-btn {
        cursor: pointer;
        margin: 0 14px; }
        .llm-chat-continater .llm-chat-wrapper .llm-more-record .llm-more-record-btn:hover, .llm-chat-continater .llm-complete-history .llm-more-record .llm-more-record-btn:hover {
          color: #333; }
        .llm-chat-continater .llm-chat-wrapper .llm-more-record .llm-more-record-btn.llm-disabled, .llm-chat-continater .llm-complete-history .llm-more-record .llm-more-record-btn.llm-disabled {
          color: rgba(153, 153, 153, 0.5); }
          .llm-chat-continater .llm-chat-wrapper .llm-more-record .llm-more-record-btn.llm-disabled:hover, .llm-chat-continater .llm-complete-history .llm-more-record .llm-more-record-btn.llm-disabled:hover {
            color: rgba(153, 153, 153, 0.5); }
      .llm-chat-continater .llm-chat-wrapper .llm-more-record .llm-more-line, .llm-chat-continater .llm-complete-history .llm-more-record .llm-more-line {
        border: 1px solid #e5e5e5;
        width: 60px;
        height: 0px; }
    .llm-chat-continater .llm-chat-wrapper .llm-cur-time, .llm-chat-continater .llm-complete-history .llm-cur-time {
      width: 100%;
      height: 47px;
      line-height: 47px;
      text-align: center;
      font-size: 12px;
      color: #999; }
    .llm-chat-continater .llm-chat-wrapper .llm-message-other, .llm-chat-continater .llm-complete-history .llm-message-other {
      float: left; }
    .llm-chat-continater .llm-chat-wrapper .llm-message-bg, .llm-chat-continater .llm-complete-history .llm-message-bg {
      background: #f5f5f5; }
    .llm-chat-continater .llm-chat-wrapper .llm-message-self, .llm-chat-continater .llm-complete-history .llm-message-self {
      float: right; }
    .llm-chat-continater .llm-chat-wrapper .llm-message-left, .llm-chat-continater .llm-chat-wrapper .llm-wait-reply, .llm-chat-continater .llm-complete-history .llm-message-left, .llm-chat-continater .llm-complete-history .llm-wait-reply {
      justify-content: flex-start; }
      .llm-chat-continater .llm-chat-wrapper .llm-message-left .llm-message-icon, .llm-chat-continater .llm-chat-wrapper .llm-wait-reply .llm-message-icon, .llm-chat-continater .llm-complete-history .llm-message-left .llm-message-icon, .llm-chat-continater .llm-complete-history .llm-wait-reply .llm-message-icon {
        font-size: 14px;
        width: 32px;
        height: 32px;
        display: inline-block;
        background: #C18E4A;
        border-radius: 50%;
        text-align: center;
        line-height: 32px;
        color: #fff;
        transform: scale(0.5);
        transform-origin: left top;
        position: absolute;
        top: 0;
        left: 0; }
    .llm-chat-continater .llm-chat-wrapper .llm-message-right, .llm-chat-continater .llm-chat-wrapper .llm-wait-reply-user, .llm-chat-continater .llm-complete-history .llm-message-right, .llm-chat-continater .llm-complete-history .llm-wait-reply-user {
      justify-content: flex-start; }
    .llm-chat-continater .llm-chat-wrapper .llm-message-content, .llm-chat-continater .llm-complete-history .llm-message-content {
      margin-left: 24px; }
      .llm-chat-continater .llm-chat-wrapper .llm-message-content .llm-ai-name, .llm-chat-continater .llm-chat-wrapper .llm-message-content .llm-user-name, .llm-chat-continater .llm-complete-history .llm-message-content .llm-ai-name, .llm-chat-continater .llm-complete-history .llm-message-content .llm-user-name {
        font-size: 10px;
        line-height: 16px;
        color: #7f7f7f;
        margin-bottom: 4px; }
  .llm-chat-continater .llm-complete-history {
    position: absolute;
    z-index: -100;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    left: -500px;
    top: 0;
    background-color: #fff;
    border: 1px solid #000; }
  .llm-chat-continater .llm-guid-language {
    width: 100%;
    padding: 16px 12px 10px 12px;
    background: #fff; }
    .llm-chat-continater .llm-guid-language .guid-language-content {
      margin-bottom: 4px;
      font-size: 16px;
      color: #000; }
      .llm-chat-continater .llm-guid-language .guid-language-content:last-child {
        margin-bottom: 0px; }
    .llm-chat-continater .llm-guid-language p {
      padding: 0 16px;
      height: 40px;
      line-height: 40px;
      border-radius: 16px;
      border: 1px solid #d9d9d9;
      display: inline-block;
      cursor: pointer; }
      .llm-chat-continater .llm-guid-language p:hover {
        color: #C28E4A; }
      .llm-chat-continater .llm-guid-language p i {
        margin-left: 10px;
        font-size: 14px;
        color: #C18E4A; }
  .llm-chat-continater .llm-guild-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 64px;
    cursor: pointer;
    background: #8F8F8F;
    color: #fff;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%; }
    .llm-chat-continater .llm-guild-btn i {
      font-size: 14px; }
    .llm-chat-continater .llm-guild-btn:hover {
      background: #333; }
    .llm-chat-continater .llm-guild-btn.llm-disabled {
      background: rgba(143, 143, 143, 0.5); }
      .llm-chat-continater .llm-guild-btn.llm-disabled:hover {
        background: rgba(143, 143, 143, 0.5); }
  .llm-chat-continater .llm-operation-wrapper {
    height: 52px;
    width: 100%;
    padding: 0 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .llm-chat-continater .llm-operation-wrapper .icon-upload-btn, .llm-chat-continater .llm-operation-wrapper .icon-send-btn {
      font-size: 18px;
      cursor: pointer;
      color: #7f7f7f;
      padding: 2px 0; }
      .llm-chat-continater .llm-operation-wrapper .icon-upload-btn:hover, .llm-chat-continater .llm-operation-wrapper .icon-send-btn:hover {
        color: #333; }
      .llm-chat-continater .llm-operation-wrapper .icon-upload-btn.llm-disabled, .llm-chat-continater .llm-operation-wrapper .icon-send-btn.llm-disabled {
        color: rgba(127, 127, 127, 0.5); }
        .llm-chat-continater .llm-operation-wrapper .icon-upload-btn.llm-disabled:hover, .llm-chat-continater .llm-operation-wrapper .icon-send-btn.llm-disabled:hover {
          color: rgba(127, 127, 127, 0.5); }
    .llm-chat-continater .llm-operation-wrapper .llm-operation-input {
      width: calc(100% - 38px);
      height: 100%;
      border: none;
      margin: 0 18px;
      background: transparent;
      font-size: 14px; }
      .llm-chat-continater .llm-operation-wrapper .llm-operation-input::-webkit-input-placeholder {
        font-size: 14px; }
      .llm-chat-continater .llm-operation-wrapper .llm-operation-input[disabled]:hover {
        cursor: not-allowed; }
  .llm-chat-continater .llm-border-top {
    border-top: 1px solid #e5e5e5; }
  .llm-chat-continater .llm-visibility {
    visibility: hidden; }
  .llm-chat-continater .llm-display-none {
    display: none; }
  .llm-chat-continater .llm-disabled {
    cursor: not-allowed !important; }

.llm-message-dialog {
  position: fixed;
  font-size: 14px;
  font-family: 'CenturyGothic-Regular'; }
  .llm-message-dialog .llm-message-dialog-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px; }
  .llm-message-dialog .llm-dialog-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    .llm-message-dialog .llm-dialog-content .llm-dialog-content-list {
      background-color: #fff; }
    .llm-message-dialog .llm-dialog-content .llm-dialog-content-nodata {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 16px; }
    .llm-message-dialog .llm-dialog-content .llm-slide-transition {
      transition: transform 0.3s ease-in-out; }
    .llm-message-dialog .llm-dialog-content .llm-dialog-product-item, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 22px 10px 20px;
      padding-bottom: 0;
      position: relative;
      margin: 0 0 10px 0; }
      .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-dialog-product-btns, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-dialog-product-btns {
        width: 100%;
        position: absolute;
        left: 0;
        top: -18px;
        display: none; }
        .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-dialog-product-btns .product-btns-add-cart, .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-dialog-product-btns .product-btns-more-like, .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-dialog-product-btns .product-btns-related-pairing, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-dialog-product-btns .product-btns-add-cart, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-dialog-product-btns .product-btns-more-like, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-dialog-product-btns .product-btns-related-pairing {
          width: 140px;
          height: 33px;
          margin: 0 auto;
          background: #000;
          text-align: center;
          line-height: 33px;
          color: #fff;
          font-size: 12px;
          margin-bottom: 6px;
          cursor: pointer; }
          .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-dialog-product-btns .product-btns-add-cart:hover, .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-dialog-product-btns .product-btns-more-like:hover, .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-dialog-product-btns .product-btns-related-pairing:hover, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-dialog-product-btns .product-btns-add-cart:hover, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-dialog-product-btns .product-btns-more-like:hover, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-dialog-product-btns .product-btns-related-pairing:hover {
            background: #333; }
          .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-dialog-product-btns .product-btns-add-cart.llm-disabled, .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-dialog-product-btns .product-btns-more-like.llm-disabled, .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-dialog-product-btns .product-btns-related-pairing.llm-disabled, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-dialog-product-btns .product-btns-add-cart.llm-disabled, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-dialog-product-btns .product-btns-more-like.llm-disabled, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-dialog-product-btns .product-btns-related-pairing.llm-disabled {
            color: rgba(255, 255, 255, 0.5); }
            .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-dialog-product-btns .product-btns-add-cart.llm-disabled:hover, .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-dialog-product-btns .product-btns-more-like.llm-disabled:hover, .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-dialog-product-btns .product-btns-related-pairing.llm-disabled:hover, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-dialog-product-btns .product-btns-add-cart.llm-disabled:hover, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-dialog-product-btns .product-btns-more-like.llm-disabled:hover, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-dialog-product-btns .product-btns-related-pairing.llm-disabled:hover {
              background: #000; }
        .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-dialog-product-btns .product-btns-related-pairing, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-dialog-product-btns .product-btns-related-pairing {
          margin-top: 0; }
      .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-dialog-product-name, .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .target-product-name, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-dialog-product-name, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .target-product-name {
        font-weight: 400;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        word-break: break-word;
        text-transform: uppercase;
        text-align: center;
        flex-shrink: 0; }
      .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-product-img, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-product-img {
        width: 60%;
        height: 145px;
        margin: 0 auto;
        position: relative; }
        .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-product-img img, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-product-img img {
          max-width: 100%;
          max-height: 100%;
          object-fit: contain;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
        .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-product-img .llm-statusTag, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-product-img .llm-statusTag {
          position: absolute;
          bottom: 0;
          left: 0;
          white-space: nowrap; }
        .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-product-img .llm-outStockView, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-product-img .llm-outStockView {
          width: 100%;
          height: 26px;
          line-height: 26px;
          font-size: 12px;
          background-color: rgba(0, 0, 0, 0.25);
          text-align: center; }
        .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-product-img .llm-StockView, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-product-img .llm-StockView {
          left: 50%;
          transform: translateX(-50%);
          padding: 0 5px;
          height: 18px;
          line-height: 18px;
          font-size: 12px;
          background-color: #f5f5f5;
          color: #666; }
      .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-product-info, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-product-info {
        width: 100%;
        color: #333;
        font-size: 14px;
        position: relative;
        margin-bottom: 25px; }
        .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-product-info .llm-product-sku, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-product-info .llm-product-sku {
          margin-top: 6px; }
        .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-product-info div, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-product-info div {
          max-width: 100%;
          text-align: center; }
      .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-product-dimensions, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-product-dimensions {
        margin: 2px 0; }
      .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-product-msrp, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-product-msrp {
        margin-bottom: 8px; }
      .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-roduct-final_price, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-roduct-final_price {
        font-size: 16px;
        color: #993535; }
      .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-roduct-designerFmb, .llm-message-dialog .llm-dialog-content .llm-dialog-target-product .llm-roduct-designerFmb {
        font-size: 16px; }
    .llm-message-dialog .llm-dialog-content .llm-dialog-product-item-hover .llm-dialog-product-btns {
      display: block; }
    .llm-message-dialog .llm-dialog-content .llm-dialog-product-item-hover .llm-product-info-content {
      visibility: hidden; }
    .llm-message-dialog .llm-dialog-content .llm-dialog-content-left .llm-dialog-target-product {
      width: 100%;
      background: #fff;
      border-radius: 10px;
      padding: 0 4px; }
      .llm-message-dialog .llm-dialog-content .llm-dialog-content-left .llm-dialog-target-product .target-product-name {
        margin-top: 12px; }
      .llm-message-dialog .llm-dialog-content .llm-dialog-content-left .llm-dialog-target-product .target-product-img {
        width: 100%;
        margin: 0 auto;
        position: relative; }
        .llm-message-dialog .llm-dialog-content .llm-dialog-content-left .llm-dialog-target-product .target-product-img img {
          max-width: 100%;
          max-height: 100%;
          object-fit: contain;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }

.llm-hidden {
  visibility: hidden; }

@media screen and (min-width: 992px) {
  .llm-chat-continater {
    width: 375px;
    height: 579px;
    border-radius: 22px;
    bottom: 112px;
    right: 40px;
    background: #fff;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15); }
    .llm-chat-continater ::-webkit-scrollbar {
      width: 6px !important;
      height: 6px !important;
      border-radius: 0 10px 10px 0 !important; }
    .llm-chat-continater ::-webkit-scrollbar-thumb {
      background-color: #c2c2c2 !important;
      border-radius: 100px !important; }
  .llm-message-dialog {
    bottom: 33px;
    right: 423px;
    max-width: 870px;
    width: calc(100% - 450px);
    height: 658px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.22);
    border-radius: 32px;
    overflow: hidden; }
    .llm-message-dialog .llm-dialog-content .llm-dialog-content-list {
      width: 100%;
      height: 100%;
      padding: 15px 30px;
      overflow-y: auto;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      overscroll-behavior: contain; }
      .llm-message-dialog .llm-dialog-content .llm-dialog-content-list::-webkit-scrollbar {
        width: 6px !important;
        height: 6px !important;
        border-radius: 0 10px 10px 0 !important; }
      .llm-message-dialog .llm-dialog-content .llm-dialog-content-list::-webkit-scrollbar-thumb {
        background-color: #c2c2c2 !important;
        border-radius: 100px !important; }
    .llm-message-dialog .llm-dialog-content .llm-dialog-product-item {
      width: 33%;
      height: calc(50% - 10px);
      cursor: pointer; }
      .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .bottom-border {
        height: 1px;
        background: #ccc;
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 20px; }
      .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .right-border {
        width: 1px;
        background: #ccc;
        position: absolute;
        bottom: 20px;
        top: 10px;
        right: 0; }
      .llm-message-dialog .llm-dialog-content .llm-dialog-product-item:nth-last-child(-n + 3) .bottom-border {
        display: none; }
      .llm-message-dialog .llm-dialog-content .llm-dialog-product-item:nth-child(3n) .right-border {
        display: none; }
    .llm-message-dialog .llm-dialog-content .llm-dialog-content-left {
      width: 24.5%;
      height: 100%;
      padding: 15px;
      background: #f5f5f5; }
      .llm-message-dialog .llm-dialog-content .llm-dialog-content-left .llm-dialog-target-product {
        justify-content: flex-start; }
        .llm-message-dialog .llm-dialog-content .llm-dialog-content-left .llm-dialog-target-product .target-product-img {
          padding-top: 100%; }
    .llm-message-dialog .llm-dialog-content .llm-dialog-content-right {
      width: 75.5%;
      padding: 15px 20px 15px 0; }
    .llm-message-dialog .llm-dialog-content .llm-dialog-h5-dots {
      display: none; } }

@media screen and (min-width: 0px) and (max-width: 992px) {
  .llm-chat-continater {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff; }
    .llm-chat-continater .llm-header-wrapper .icon-history-btn i, .llm-chat-continater .llm-header-wrapper .icon-close-btn i {
      background: #f5f5f5; }
    .llm-chat-continater .llm-guid-language {
      background: #fff; }
    .llm-chat-continater .llm-chat-wrapper .llm-message .llm-img-loading, .llm-chat-continater .llm-chat-wrapper .llm-message .llm-img-error {
      right: calc(56.7% + 45px); }
    .llm-chat-continater .llm-chat-wrapper .llm-message .llm-img-container {
      width: 56.7%; }
      .llm-chat-continater .llm-chat-wrapper .llm-message .llm-img-container .llm-single-img {
        max-width: 100%; }
    .llm-chat-continater .llm-chat-wrapper .llm-message .llm-message-btn:hover {
      background: #000; }
    .llm-chat-continater .llm-chat-wrapper .llm-message .llm-guild-inpainting .llm-guild-upload {
      background: #fff; }
      .llm-chat-continater .llm-chat-wrapper .llm-message .llm-guild-inpainting .llm-guild-upload.llm-disabled:hover {
        background: #fff; }
    .llm-chat-continater .llm-chat-wrapper .llm-message .llm-product-container::-webkit-scrollbar {
      display: none; }
    .llm-chat-continater .llm-chat-wrapper .llm-message .llm-product-container .llm-product-item .llm-product-img {
      background: #fff; }
    .llm-chat-continater .llm-chat-wrapper .llm-message .llm-product-container .llm-product-item .llm-product-img-no {
      background: #fff; }
  .llm-chat-continater-50:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0px -2px 13px 0px rgba(0, 0, 0, 0.14);
    border-radius: 21px;
    z-index: -1; }
  .llm-message-dialog {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 100%;
    left: 0;
    z-index: -2;
    background: #fff; }
    .llm-message-dialog .llm-dialog-content {
      position: relative; }
      .llm-message-dialog .llm-dialog-content .llm-dialog-content-list {
        width: 100%;
        height: 100%;
        transform: translateX(0px);
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
      .llm-message-dialog .llm-dialog-content .llm-dialog-product-item {
        width: 100%;
        height: 100%;
        flex-shrink: 0;
        justify-content: center;
        align-items: center;
        background: #fff; }
        .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .bottom-border, .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .right-border {
          display: none; }
        .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-dialog-product-btns {
          top: -20px; }
        .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-product-img {
          height: 65%; }
        .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-product-msrp {
          margin-bottom: 0; }
        .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-product-info {
          margin-bottom: 28px; }
          .llm-message-dialog .llm-dialog-content .llm-dialog-product-item .llm-product-info .llm-product-sku {
            margin-top: 2px; }
      .llm-message-dialog .llm-dialog-content .llm-dialog-content-left {
        position: absolute;
        left: 15px;
        top: 22px;
        width: 15.4%;
        z-index: 10; }
        .llm-message-dialog .llm-dialog-content .llm-dialog-content-left .llm-dialog-target-product {
          width: 100%;
          padding: 0;
          border: 1px solid #e5e5e5;
          border-radius: 10px; }
          .llm-message-dialog .llm-dialog-content .llm-dialog-content-left .llm-dialog-target-product .target-product-name {
            display: none; }
          .llm-message-dialog .llm-dialog-content .llm-dialog-content-left .llm-dialog-target-product .target-product-img {
            width: 100%;
            padding-bottom: 100%; }
            .llm-message-dialog .llm-dialog-content .llm-dialog-content-left .llm-dialog-target-product .target-product-img.llm-product-img-no img {
              max-width: 30px !important; }
      .llm-message-dialog .llm-dialog-content .llm-dialog-h5-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        position: absolute;
        left: 0;
        bottom: 13px;
        width: 100%;
        height: 6px; }
        .llm-message-dialog .llm-dialog-content .llm-dialog-h5-dots .h5-dot {
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background: #D8D8D8; }
        .llm-message-dialog .llm-dialog-content .llm-dialog-h5-dots .h5-dot-active {
          background: #333333; } }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .llm-message-dialog .llm-dialog-content .llm-dialog-product-item {
    width: 50%; }
    .llm-message-dialog .llm-dialog-content .llm-dialog-product-item:nth-last-child(-n + 3) .bottom-border {
      display: initial; }
    .llm-message-dialog .llm-dialog-content .llm-dialog-product-item:nth-child(3n) .right-border {
      display: initial; }
    .llm-message-dialog .llm-dialog-content .llm-dialog-product-item:nth-last-child(-n + 2) .bottom-border {
      display: none; }
    .llm-message-dialog .llm-dialog-content .llm-dialog-product-item:nth-child(2n) .right-border {
      display: none; } }

.meg-alert {
  z-index: 3000;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity .3s, transform .4s, top .4s, -webkit-transform .4s;
  border-radius: 4px;
  overflow: hidden;
  padding: 15px 30px; }
  .meg-alert p {
    padding: 0;
    font-size: 14px;
    line-height: 1; }

@media screen and (max-width: 1024px) {
  .meg-alert {
    min-width: 80% !important;
    padding: 15px 20px; } }
@charset "UTF-8";
header {
  top: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 5; }

nav.caNav {
  max-width: 1380px;
  width: 100%;
  justify-content: center;
  position: relative;
  margin: 0 auto; }
  nav.caNav .slide-close {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 21px 8px 12px; }
    nav.caNav .slide-close .slider-hello,
    nav.caNav .slide-close .slider-btn {
      line-height: 21px; }
      nav.caNav .slide-close .slider-hello .designer-login,
      nav.caNav .slide-close .slider-btn .designer-login {
        margin-right: 10px; }
    nav.caNav .slide-close .slider-btn {
      font-size: 12px;
      margin-top: 8px; }
    nav.caNav .slide-close .sign-in,
    nav.caNav .slide-close .sign-up {
      cursor: pointer; }
    nav.caNav .slide-close .sign-in {
      margin-right: 12px; }
    nav.caNav .slide-close .slider-name-mode {
      margin-top: 11px;
      display: flex;
      flex-wrap: wrap; }
      nav.caNav .slide-close .slider-name-mode .slider-name {
        position: relative;
        cursor: pointer;
        white-space: nowrap;
        margin-right: 26px;
        margin-bottom: 10px; }
      nav.caNav .slide-close .slider-name-mode .slider-name_::after {
        content: "";
        width: 1px;
        height: 100%;
        background: #333;
        position: absolute;
        top: 0;
        right: -14px;
        cursor: auto; }
    nav.caNav .slide-close .drawer-toolbar {
      width: 100%; }
      nav.caNav .slide-close .drawer-toolbar .toolbar-box {
        display: flex;
        color: #333;
        width: 100%;
        padding: 22px 24px 0;
        justify-content: space-between;
        flex-direction: row; }
        nav.caNav .slide-close .drawer-toolbar .toolbar-box .profile-mini-box {
          display: flex;
          width: 100%;
          align-items: center;
          justify-content: space-between;
          flex-direction: row; }
          nav.caNav .slide-close .drawer-toolbar .toolbar-box .profile-mini-box div {
            font-size: 10px;
            text-transform: uppercase; }
            nav.caNav .slide-close .drawer-toolbar .toolbar-box .profile-mini-box div a {
              color: #333; }
          nav.caNav .slide-close .drawer-toolbar .toolbar-box .profile-mini-box .appLogin {
            width: 100%;
            display: flex;
            justify-content: flex-end; }
            nav.caNav .slide-close .drawer-toolbar .toolbar-box .profile-mini-box .appLogin .mr-10 {
              margin: 0 10px;
              border-left: 1px solid; }
    nav.caNav .slide-close .icon-close {
      font-size: 40px;
      cursor: pointer;
      transition: transform 0.47s cubic-bezier(0.3, 1, 0.3, 0.95);
      /* 只设置 transform 的过渡效果 */
      transform-origin: center;
      /* 设置旋转的原点在元素的中心 */ }
    nav.caNav .slide-close .icon-close:hover {
      transform: rotate(90deg);
      /* 使图标自身旋转90度 */ }
    nav.caNav .slide-close .b-icon.bi {
      display: inline-block;
      overflow: visible;
      vertical-align: -0.15em; }
    nav.caNav .slide-close .fast-change-mode {
      font-size: 12px;
      cursor: pointer;
      flex-shrink: 0; }
      nav.caNav .slide-close .fast-change-mode span {
        font-size: 14px; }
    nav.caNav .slide-close .icon-close {
      font-size: 14px;
      cursor: pointer;
      transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
      position: absolute;
      top: 10px;
      right: 24px; }
  nav.caNav .loginHeader {
    background: #000;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    gap: 0px;
    padding: 0px;
    flex-wrap: nowrap; }
    nav.caNav .loginHeader .board {
      position: relative;
      width: 72.97%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 0px 30px;
      padding: 0px;
      flex-wrap: nowrap;
      align-self: center;
      height: 39px; }
      @media screen and (max-width: 640px) {
        nav.caNav .loginHeader .board {
          width: 100%;
          height: 30px; }
          nav.caNav .loginHeader .board .loginLogo {
            justify-content: center;
            align-items: center; }
            nav.caNav .loginHeader .board .loginLogo div {
              height: 100%;
              line-height: 30px;
              width: 20%;
              text-align: center;
              cursor: pointer;
              display: inline-block; } }
      nav.caNav .loginHeader .board div {
        display: block;
        text-align: left; }
      nav.caNav .loginHeader .board .loginLogo {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 158px; }
        nav.caNav .loginHeader .board .loginLogo div {
          width: 76px;
          height: 37px;
          /* background-color: white; */
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: space-around;
          cursor: pointer; }
        nav.caNav .loginHeader .board .loginLogo .marimg {
          width: auto;
          height: 27.5px; }
        nav.caNav .loginHeader .board .loginLogo .logo-item-active .roweimg {
          width: auto;
          height: 27.5px; }
        @media screen and (max-width: 1025px) {
          nav.caNav .loginHeader .board .loginLogo .marimg {
            height: 20px; }
          nav.caNav .loginHeader .board .loginLogo .logo-item-active .roweimg {
            height: 20px; } }
        nav.caNav .loginHeader .board .loginLogo .markorImg img {
          position: static;
          width: 25px;
          height: 27.58px; }
        nav.caNav .loginHeader .board .loginLogo .artImg img {
          position: static;
          width: 52px;
          height: 18.41px; }
        nav.caNav .loginHeader .board .loginLogo .caImg img {
          position: static;
          width: 76px;
          height: 13.26px; }
        nav.caNav .loginHeader .board .loginLogo .jcImg img {
          position: static;
          width: 58px;
          height: 17.25px; }
        nav.caNav .loginHeader .board .loginLogo .roImg img {
          position: static;
          width: 18px;
          height: 16.21px; }
      nav.caNav .loginHeader .board .personal {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 230px; }
        nav.caNav .loginHeader .board .personal .toCar:hover {
          color: grey; }
        nav.caNav .loginHeader .board .personal .mine {
          position: relative; }
          nav.caNav .loginHeader .board .personal .mine .carUser {
            float: right;
            padding-left: 10px;
            height: 43px;
            line-height: 40px;
            cursor: pointer;
            position: relative;
            z-index: 100; }
          nav.caNav .loginHeader .board .personal .mine .menu-dark {
            width: 100%;
            height: 100%;
            position: fixed;
            background-color: rgba(0, 0, 0, 0.8);
            top: 0;
            left: 0;
            z-index: 99 !important; }
          nav.caNav .loginHeader .board .personal .mine .header-user-dark {
            top: 0px;
            background: rgba(0, 0, 0, 0.5); }
          nav.caNav .loginHeader .board .personal .mine .nav-user-info {
            display: none; }
          nav.caNav .loginHeader .board .personal .mine:hover .myIcon {
            color: grey; }
          @media screen and (min-width: 1025px) {
            nav.caNav .loginHeader .board .personal .mine .nav-user-info {
              position: absolute;
              width: 281px;
              top: 37px;
              right: -10px;
              z-index: 100; }
              nav.caNav .loginHeader .board .personal .mine .nav-user-info .nav-user-inner {
                position: relative; }
                nav.caNav .loginHeader .board .personal .mine .nav-user-info .nav-user-inner::after {
                  content: "";
                  display: block;
                  width: 8px;
                  height: 8px;
                  transform: rotate(-45deg);
                  background: #eaeaea;
                  position: absolute;
                  top: -4px;
                  right: 14px; }
                nav.caNav .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-name {
                  width: 100%;
                  height: 62px;
                  background: #eaeaea;
                  display: flex;
                  justify-content: flex-start;
                  align-items: center;
                  font-size: 18px;
                  color: #333;
                  letter-spacing: 0;
                  padding: 0 7%; }
                  nav.caNav .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-name .hover-line {
                    cursor: pointer;
                    max-width: 100%;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                    display: inline-block; }
                nav.caNav .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection {
                  padding: 0 7%;
                  background: #fff;
                  text-align: left; }
                  nav.caNav .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .visitor-pattern {
                    height: 143px;
                    padding-top: 30px;
                    cursor: auto; }
                    nav.caNav .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .visitor-pattern .visiter-info {
                      line-height: 22px;
                      font-size: 16px;
                      color: #333;
                      cursor: default; }
                    nav.caNav .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .visitor-pattern .learn-more {
                      margin-top: 22px;
                      font-size: 16px;
                      color: #333;
                      cursor: default; }
                      nav.caNav .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .visitor-pattern .learn-more .hover-line-learn {
                        cursor: pointer;
                        display: inline-block;
                        white-space: nowrap; }
                        nav.caNav .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .visitor-pattern .learn-more .hover-line-learn::after {
                          width: 100%;
                          height: 1px;
                          background: #333;
                          content: "";
                          display: block;
                          margin-top: -1px; }
                        nav.caNav .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .visitor-pattern .learn-more .hover-line-learn:hover::after {
                          background: transparent; }
                  nav.caNav .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .other-pattern {
                    padding-top: 20px;
                    cursor: auto; }
                    nav.caNav .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .other-pattern i {
                      color: #333;
                      margin-right: 4.5%; }
                    nav.caNav .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .other-pattern div {
                      font-size: 16px;
                      color: #333; }
                    nav.caNav .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .other-pattern span {
                      cursor: pointer; }
                    nav.caNav .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .other-pattern .hover-line {
                      display: inline-block;
                      white-space: nowrap; }
                      nav.caNav .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .other-pattern .hover-line:hover::after {
                        width: 100%;
                        height: 1px;
                        background: #333;
                        content: "";
                        display: block;
                        margin-top: -1px; }
                    nav.caNav .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .other-pattern .log-out {
                      height: 94px;
                      margin-top: 30px;
                      padding-top: 20px;
                      border-top: 1px solid #333; }
                      nav.caNav .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .other-pattern .log-out .logout-inner {
                        width: 100%;
                        height: 44px;
                        line-height: 44px;
                        text-align: center;
                        border: 1px solid #333;
                        cursor: pointer; }
                        nav.caNav .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .other-pattern .log-out .logout-inner:hover {
                          background: #f8f8f8; } }
        nav.caNav .loginHeader .board .personal .changeMode-icon .shaSpan {
          border-left: 1px solid #E0E0E0; }
        nav.caNav .loginHeader .board .personal .changeMode-icon .icon-setMode1 {
          width: 16px;
          padding-left: 20px;
          padding-right: 4px; }
        nav.caNav .loginHeader .board .personal .iconfont {
          color: white;
          display: inline-block;
          line-height: 42px;
          position: relative; }
          nav.caNav .loginHeader .board .personal .iconfont .cart-num {
            width: 15px;
            height: 15px;
            background: #fff;
            border-radius: 50%;
            position: absolute;
            top: 21%;
            right: -9px;
            line-height: 16px;
            color: #333;
            text-align: center;
            font-size: 12px; }
          nav.caNav .loginHeader .board .personal .iconfont .cart-list-view {
            display: none;
            width: 340px;
            min-height: 97px;
            position: absolute;
            top: 38px;
            right: -33px;
            z-index: 100;
            padding-right: 1px;
            font-family: "montserrat.regular" !important;
            cursor: auto;
            color: #333; }
            nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content {
              padding-top: 20px;
              background: #fff; }
              nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list {
                max-height: 280px;
                overflow-y: auto;
                padding: 0 24px; }
                nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list::-webkit-scrollbar {
                  /* 滚动条整体样式 */
                  width: 6px;
                  /* 宽高分别对应横竖滚动条的尺寸 */
                  background: #d8d8d8;
                  border-radius: 10px; }
                nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list::-webkit-scrollbar-thumb {
                  /* 滚动条里的小方块 */
                  border-radius: 3px;
                  background: #d8d8d8;
                  height: 120px; }
                nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list::-webkit-scrollbar-track {
                  /* 滚动条里面的轨道 */
                  border-radius: 10px;
                  background: #fff; }
                nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  margin-bottom: 20px; }
                  nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .img-wrap {
                    width: 80px;
                    height: 80px;
                    border: 1px solid #d9d9d9;
                    margin-right: 12px;
                    position: relative; }
                    nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img {
                      position: relative;
                      margin: 0 auto;
                      -webkit-box-sizing: border-box;
                      box-sizing: border-box;
                      overflow: hidden;
                      -webkit-transform: scale(1);
                      transform: scale(1);
                      -webkit-transition: all .5s ease;
                      transition: all .5s ease; }
                      nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .el-image {
                        overflow: hidden;
                        width: 100%;
                        height: 100%;
                        background: #f8f8f8;
                        display: block;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        -webkit-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%); }
                        nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .el-image .el-image__inner {
                          vertical-align: top;
                          min-width: 100%;
                          min-height: 100%;
                          width: 100%;
                          height: 100%; }
                    nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .img-wrap .brandLogo {
                      width: 45px;
                      position: absolute;
                      bottom: 1px;
                      left: 3px;
                      line-height: 0; }
                      nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .img-wrap .brandLogo img {
                        width: 100%; }
                  nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .product-info {
                    -webkit-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1; }
                    nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .product-info .product-info-text {
                      text-align: left;
                      font-size: 14px;
                      color: #333;
                      margin-bottom: 10px;
                      line-height: 17px;
                      display: -webkit-box;
                      -webkit-line-clamp: 2;
                      -webkit-box-orient: vertical;
                      text-overflow: ellipsis; }
                    nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .product-info .product-name {
                      max-width: 359px;
                      color: #333;
                      margin-bottom: 4px;
                      word-break: keep-all;
                      text-overflow: ellipsis;
                      display: -webkit-box;
                      -webkit-line-clamp: 2;
                      overflow: hidden; }
                    nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .product-info .product-sku {
                      color: #787878;
                      margin-bottom: 4px;
                      word-break: break-all;
                      text-overflow: ellipsis;
                      display: -webkit-box;
                      -webkit-line-clamp: 1;
                      overflow: hidden; }
                    nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .product-info .product-customized, nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .product-info .product-com {
                      color: #666;
                      background: #FFFFFF;
                      font-size: 12px;
                      margin: 3px 0;
                      display: block; }
                      nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .product-info .product-customized span, nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .product-info .product-com span {
                        background: #F5F5F5;
                        padding: 2px 4px; }
                    nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .product-info .product-num {
                      color: #787878;
                      margin-bottom: 4px;
                      text-align: left; }
              nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .btn-wrap {
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 20px 0 20px; }
                nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .btn-wrap .btn:first-child {
                  margin-top: 0; }
                nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .btn-wrap .go-cart-btn {
                  background: #fff;
                  color: #313222; }
                  nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .btn-wrap .go-cart-btn:hover {
                    background: #f8f8f8; }
                nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .btn-wrap span {
                  border: none;
                  text-transform: none; }
                nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .btn-wrap .btn {
                  display: inline-block;
                  font-weight: 400;
                  color: #212529;
                  text-align: center;
                  vertical-align: middle;
                  user-select: none;
                  background-color: transparent;
                  border: 1px solid transparent;
                  padding: 0.375rem 0.75rem;
                  font-size: 1rem;
                  line-height: 1.5;
                  border-radius: 0.25rem;
                  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
                  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
                  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
                  width: 292px;
                  height: 38px;
                  border: 1px solid #313233;
                  outline: none;
                  border-radius: 0;
                  font-size: 14px;
                  padding: 6px 12px;
                  cursor: pointer; }
                  nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .btn-wrap .btn:focus {
                    box-shadow: none; }
                nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .btn-wrap .checkout-btn {
                  color: #fff;
                  background: #000;
                  margin-top: 9px; }
                  nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .btn-wrap .checkout-btn:hover {
                    background: #333; }
              nav.caNav .loginHeader .board .personal .iconfont .cart-list-view .inner-content .empty-crat {
                display: block;
                margin: 0 auto 0;
                padding-bottom: 20px;
                text-align: center;
                font-size: 14px;
                color: #333;
                width: 100%;
                height: 97px;
                line-height: 97px;
                margin-top: -20px; }
            nav.caNav .loginHeader .board .personal .iconfont .cart-list-view:after {
              content: "";
              display: block;
              width: 8px;
              height: 8px;
              -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
              background: #fff;
              position: absolute;
              top: -5px;
              right: 36px; }
            nav.caNav .loginHeader .board .personal .iconfont .cart-list-view:hover {
              color: #333; }
          @media only screen and (max-width: 1024px) {
            nav.caNav .loginHeader .board .personal .iconfont .cart-list-view {
              right: calc(1% + 161px); } }
        nav.caNav .loginHeader .board .personal .iconHo:hover .changeMode,
        nav.caNav .loginHeader .board .personal .iconHo:hover .iconHover {
          color: gray; }
        nav.caNav .loginHeader .board .personal .changeMode {
          color: #fff;
          margin-left: 12px; }
      nav.caNav .loginHeader .board .selected {
        background-color: #fff; }
        nav.caNav .loginHeader .board .selected .icon-caracole-logo {
          font-size: 12px !important; }
      @media only screen and (max-width: 1024px) {
        nav.caNav .loginHeader .board .loginLogo {
          width: 35%; }
          nav.caNav .loginHeader .board .loginLogo div {
            width: 100px;
            height: 28px; }
        nav.caNav .loginHeader .board .personal {
          display: none; } }
    @media only screen and (max-width: 1024px) {
      nav.caNav .loginHeader .board {
        justify-content: space-around;
        height: 30px; } }
  nav.caNav .menu-dark {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 99 !important; }
  nav.caNav .header-user-dark {
    top: 38px;
    background: rgba(0, 0, 0, 0.5); }
  nav.caNav .appContainer {
    height: 55px; }
    @media only screen and (min-width: 1025px) {
      nav.caNav .appContainer {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        display: none;
        z-index: 15; } }
    nav.caNav .appContainer .appBox {
      transform: translate3d(0px, -56px, 0px);
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 0;
      font-size: 14px;
      color: #757575;
      height: 56px;
      background-color: rgba(255, 255, 255, 0);
      opacity: 0;
      box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2);
      padding: 0 3%; }
      nav.caNav .appContainer .appBox .toggle-container {
        width: 30%;
        position: relative;
        display: flex;
        margin-top: 5px; }
        nav.caNav .appContainer .appBox .toggle-container #drawerToggle {
          display: flex;
          align-items: center;
          color: #333; }
          nav.caNav .appContainer .appBox .toggle-container #drawerToggle .btn-toggle {
            position: relative;
            max-height: 24px;
            margin-right: 20px;
            top: -3px; }
            nav.caNav .appContainer .appBox .toggle-container #drawerToggle .btn-toggle .app-menu {
              font-size: 12px;
              cursor: pointer;
              color: #757575; }
      nav.caNav .appContainer .appBox .searchBox {
        margin-top: 2px;
        margin-left: 5px; }
        @media screen and (min-width: 1025px) {
          nav.caNav .appContainer .appBox .searchBox {
            margin-left: calc(3% + 5px); } }
        nav.caNav .appContainer .appBox .searchBox .searchFlex {
          display: flex; }
        nav.caNav .appContainer .appBox .searchBox .app-search {
          cursor: pointer;
          width: 7%; }
        nav.caNav .appContainer .appBox .searchBox input {
          border: none;
          outline: none;
          transition: transform 0.3s;
          transform-origin: center;
          padding: 0 5px;
          margin-left: 9px;
          width: 65%;
          background: transparent;
          font-size: 18px; }
          nav.caNav .appContainer .appBox .searchBox input::placeholder {
            font-size: 18px;
            /* 设置占位符文字大小为14像素 
            -webkit-text-size-adjust: none; / Safari和Chrome浏览器的兼容性 */ }
        nav.caNav .appContainer .appBox .searchBox .line {
          position: relative;
          width: 0;
          height: 2px;
          background-color: white;
          margin: 0 auto;
          overflow: hidden;
          margin-top: 5px; }
        nav.caNav .appContainer .appBox .searchBox .line::before {
          content: "";
          position: absolute;
          top: 0;
          left: 50%;
          width: 0;
          height: 100%;
          background-color: black;
          transform: translateX(-50%);
          animation: growLine 2s linear forwards; }

@keyframes growLine {
  0% {
    width: 0; }
  50% {
    width: 50%; }
  100% {
    width: 190px; } }
        nav.caNav .appContainer .appBox .searchBox .active {
          animation: growLine 0.5s linear forwards; }
      @media (max-width: 1024px) {
        nav.caNav .appContainer .appBox .input-name {
          display: none;
          margin-top: 2px; } }
      nav.caNav .appContainer .appBox .logo-container {
        position: relative; }
        nav.caNav .appContainer .appBox .logo-container .small-logo {
          width: 200px;
          cursor: pointer; }
        nav.caNav .appContainer .appBox .logo-container .logo-tag {
          position: absolute;
          top: -2px;
          right: -7px;
          color: #C5883C;
          font-size: 6px; }
        @media screen and (max-width: 1024px) {
          nav.caNav .appContainer .appBox .logo-container .small-logo {
            width: 170px; }
          nav.caNav .appContainer .appBox .logo-container .logo-tag {
            position: absolute;
            top: -2px;
            right: -7px;
            color: #C5883C;
            font-size: 6px; } }
        @media screen and (min-width: 1025px) {
          nav.caNav .appContainer .appBox .logo-container .small-logo {
            width: 226px; }
          nav.caNav .appContainer .appBox .logo-container .logo-tag {
            position: absolute;
            top: 0;
            right: -10px;
            color: #C5883C;
            font-size: 8px; } }
      nav.caNav .appContainer .appBox .actions-container {
        position: relative;
        display: flex; }
        @media screen and (min-width: 1025px) {
          nav.caNav .appContainer .appBox .actions-container {
            padding: 0; }
            nav.caNav .appContainer .appBox .actions-container .loginCont {
              line-height: 56px;
              height: 56px; }
            nav.caNav .appContainer .appBox .actions-container .mr-1 {
              margin-right: 20px !important; } }
        nav.caNav .appContainer .appBox .actions-container .loginCont .toCar {
          position: relative; }
          nav.caNav .appContainer .appBox .actions-container .loginCont .toCar .cart-num {
            width: 16px;
            height: 16px;
            background: #fff;
            border-radius: 50%;
            border: 1px solid #757575;
            position: absolute;
            top: -6px;
            line-height: 16px;
            color: #757575;
            text-align: center;
            font-size: 12px;
            right: -11px; }
        nav.caNav .appContainer .appBox .actions-container .loginCont .avatar.active {
          position: relative; }
          nav.caNav .appContainer .appBox .actions-container .loginCont .avatar.active::after {
            content: '';
            display: block;
            width: 6px;
            height: 6px;
            background-color: #E36BFF;
            border-radius: 50%;
            position: absolute;
            top: -4px;
            right: -2px; }
        nav.caNav .appContainer .appBox .actions-container .mr-1 {
          margin-right: 30px !important; }
        @media only screen and (max-width: 1024px) {
          nav.caNav .appContainer .appBox .actions-container .mr-1 {
            margin-right: 2em; } }
        @media only screen and (max-width: 640px) {
          nav.caNav .appContainer .appBox .actions-container .mr-1 {
            margin-right: 1em; } }
      nav.caNav .appContainer .appBox .login-actions {
        width: 30%;
        padding: 1em 2em 0 0;
        position: relative;
        display: flex;
        justify-content: flex-end;
        display: none; }
        nav.caNav .appContainer .appBox .login-actions .cart-num {
          width: 15px;
          height: 15px;
          background: #fff;
          border-radius: 50%;
          position: absolute;
          top: 16%;
          line-height: 16px;
          color: #333;
          text-align: center;
          font-size: 12px; }
        nav.caNav .appContainer .appBox .login-actions .icon-shoppingCartPrem {
          margin-right: 1em; }
    nav.caNav .appContainer .appSeach {
      display: none;
      justify-content: space-between;
      align-items: center;
      padding: 0 32px;
      padding-right: 41px;
      cursor: pointer;
      color: #999;
      font-size: 18px;
      background-color: white; }
      nav.caNav .appContainer .appSeach .searchFlex {
        display: flex;
        width: 70%;
        align-items: center; }
      nav.caNav .appContainer .appSeach .app-search {
        cursor: pointer;
        width: 7%;
        color: #999;
        font-size: 18px;
        margin-right: 6px; }
      nav.caNav .appContainer .appSeach input {
        border: none;
        outline: none;
        transition: transform 0.3s;
        transform-origin: center;
        padding: 0 5px;
        width: 100%;
        height: 3em;
        font-size: 18px; }
        nav.caNav .appContainer .appSeach input::placeholder {
          font-size: 18px;
          /* 设置占位符文字大小为14像素 
          -webkit-text-size-adjust: none; / Safari和Chrome浏览器的兼容性 */ }
    @media only screen and (max-width: 1024px) {
      nav.caNav .appContainer .appSeach {
        padding: 0 8%;
        padding-right: 11.5%; }
        nav.caNav .appContainer .appSeach .app-search {
          width: 20px; } }
    nav.caNav .appContainer .appSClose {
      font-size: 18px; }
    nav.caNav .appContainer .appSeachFixed {
      position: fixed;
      width: 100%;
      top: 0em;
      height: 78px;
      z-index: 9; }
    nav.caNav .appContainer .appBoxBlock {
      opacity: 1;
      background-color: rgba(255, 255, 255, 0.95);
      z-index: 5;
      transform: translate3d(0px, 0px, 0px);
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 2% 3%; }
      nav.caNav .appContainer .appBoxBlock .toggle-container {
        width: 50%; }
      nav.caNav .appContainer .appBoxBlock .actions-container {
        width: 49.6%;
        justify-content: flex-end;
        margin-right: 10px; }
        nav.caNav .appContainer .appBoxBlock .actions-container .req-login {
          margin-right: 10px !important; }
    nav.caNav .appContainer .blank {
      margin-top: 40px; }
    @media only screen and (max-width: 1024px) {
      nav.caNav .appContainer .appBox {
        width: 100%;
        padding: 0 3%; }
        nav.caNav .appContainer .appBox .toggle-container {
          width: 50%; }
        nav.caNav .appContainer .appBox .actions-container {
          width: 50%; } }
    @media only screen and (max-width: 1024px) and (max-width: 640px) {
      nav.caNav .appContainer .appBox .actions-container .req-login {
        margin-right: -8px !important; } }
    nav.caNav .appContainer .shadow {
      opacity: 1;
      background-color: rgba(255, 255, 255, 0.95);
      z-index: 5; }
    nav.caNav .appContainer .content-visible {
      position: fixed;
      display: none;
      top: -120px;
      right: 0;
      bottom: -120px;
      left: 0;
      visibility: hidden;
      z-index: 15; }
      nav.caNav .appContainer .content-visible .app-drawer-modal {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition-property: opacity;
        transform: translateZ(0);
        background: rgba(0, 0, 0, 0.5);
        transition-duration: 200ms;
        visibility: hidden;
        z-index: 5; }

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

@keyframes slideInFromRight {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
      nav.caNav .appContainer .content-visible .app-drawer-content {
        visibility: visible;
        visibility: visible;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 302px;
        padding: 120px 0;
        transition-duration: 200ms;
        background-color: #000;
        z-index: 15; }
        nav.caNav .appContainer .content-visible .app-drawer-content .toolbar-box {
          display: flex;
          justify-content: space-between;
          color: #fff;
          padding: 8px 24px; }
          nav.caNav .appContainer .content-visible .app-drawer-content .toolbar-box .profile-mini-box {
            display: flex;
            flex-direction: column; }
            nav.caNav .appContainer .content-visible .app-drawer-content .toolbar-box .profile-mini-box div {
              margin-top: 8px;
              font-size: 10px;
              text-transform: uppercase; }
              nav.caNav .appContainer .content-visible .app-drawer-content .toolbar-box .profile-mini-box div a {
                margin-right: 12px;
                color: #fff; }
            nav.caNav .appContainer .content-visible .app-drawer-content .toolbar-box .profile-mini-box .appLogin {
              width: 100%;
              display: flex;
              flex-wrap: wrap; }
              nav.caNav .appContainer .content-visible .app-drawer-content .toolbar-box .profile-mini-box .appLogin .appLoginName {
                cursor: pointer; }
              nav.caNav .appContainer .content-visible .app-drawer-content .toolbar-box .profile-mini-box .appLogin .mr-10 {
                margin: 0 10px;
                border-left: 1px solid; }
        nav.caNav .appContainer .content-visible .app-drawer-content .drawer-items {
          padding: 24px 36px;
          display: flex;
          flex-direction: column; }
          nav.caNav .appContainer .content-visible .app-drawer-content .drawer-items .touch {
            display: none; }
            nav.caNav .appContainer .content-visible .app-drawer-content .drawer-items .touch .app-input-name {
              font-size: 1em;
              padding: 10px 10px 10px 5px;
              display: block;
              width: 300px;
              max-width: 100%;
              border: none;
              border-bottom: 1px solid #757575;
              margin-left: 1px;
              border-radius: 0;
              background: transparent;
              color: #333;
              color: #fff;
              background: transparent;
              border-bottom: 0; }
              nav.caNav .appContainer .content-visible .app-drawer-content .drawer-items .touch .app-input-name::placeholder {
                font-size: 14px;
                /* 设置占位符文字大小为14像素 
                -webkit-text-size-adjust: none; / Safari和Chrome浏览器的兼容性 */ }
            nav.caNav .appContainer .content-visible .app-drawer-content .drawer-items .touch .app-input-name:focus {
              outline: none;
              border: none; }
            nav.caNav .appContainer .content-visible .app-drawer-content .drawer-items .touch .touch-flex {
              display: flex;
              align-items: center;
              position: relative;
              justify-content: center; }
              nav.caNav .appContainer .content-visible .app-drawer-content .drawer-items .touch .touch-flex .icon-sousuo {
                color: white;
                margin: -5px 3px 0 0; }
              nav.caNav .appContainer .content-visible .app-drawer-content .drawer-items .touch .touch-flex .input-group {
                position: relative;
                max-width: 90%;
                margin-bottom: 0;
                color: #666; }
            nav.caNav .appContainer .content-visible .app-drawer-content .drawer-items .touch .bar {
              position: relative;
              width: 0;
              height: 2px;
              background-color: white;
              margin: 0 auto;
              overflow: hidden;
              margin-top: 5px;
              left: 4%; }

@keyframes barLine {
  0% {
    width: 0; }
  50% {
    width: 50%; }
  100% {
    width: 100%; } }
            nav.caNav .appContainer .content-visible .app-drawer-content .drawer-items .touch .barActive {
              animation: barLine 0.5s linear forwards; }
            nav.caNav .appContainer .content-visible .app-drawer-content .drawer-items .touch .bar::before {
              content: "";
              position: absolute;
              top: 0;
              left: 80%;
              width: 0;
              height: 100%;
              transform: translateX(-50%);
              animation: barLine 2s linear forwards; }
          nav.caNav .appContainer .content-visible .app-drawer-content .drawer-items span {
            font-weight: 300;
            padding: 6px 0;
            font-size: 14px;
            color: #fff; }
          nav.caNav .appContainer .content-visible .app-drawer-content .drawer-items .favoritesIcon {
            text-transform: none !important; }
            nav.caNav .appContainer .content-visible .app-drawer-content .drawer-items .favoritesIcon .shoucangIcon {
              vertical-align: middle;
              font-size: 18px;
              margin-right: 8px; }
          nav.caNav .appContainer .content-visible .app-drawer-content .drawer-items .uppercase {
            text-transform: uppercase;
            cursor: pointer; }
          nav.caNav .appContainer .content-visible .app-drawer-content .drawer-items a[data-menu-id]:hover:before {
            position: absolute;
            font-size: 24px;
            top: 4px;
            right: 10px;
            content: "\E5C8";
            color: #fff; }
          nav.caNav .appContainer .content-visible .app-drawer-content .drawer-items hr {
            border-top: 1px solid #fff;
            margin: 0.5em 0 0.5em 0; }
          @media only screen and (max-width: 1024px) {
            nav.caNav .appContainer .content-visible .app-drawer-content .drawer-items .touch {
              display: block; } }
        nav.caNav .appContainer .content-visible .app-drawer-content .drawer-submenu {
          background: #fff;
          opacity: 0.9;
          width: 0;
          height: 100%;
          position: absolute;
          top: 0;
          left: 302px;
          transition: width 0.25s linear;
          overflow-x: hidden;
          overflow-y: auto;
          white-space: nowrap;
          padding-bottom: 124px; }
          nav.caNav .appContainer .content-visible .app-drawer-content .drawer-submenu .submenu-nav {
            width: 100%;
            padding: 60px 24px 24px 24px;
            font-size: 14px;
            display: flex;
            flex-direction: column;
            text-transform: uppercase;
            margin: 0; }
            nav.caNav .appContainer .content-visible .app-drawer-content .drawer-submenu .submenu-nav h5 {
              font-weight: normal;
              font-family: gothic_bold; }
            nav.caNav .appContainer .content-visible .app-drawer-content .drawer-submenu .submenu-nav .childrenName {
              margin-top: 27px !important; }
          nav.caNav .appContainer .content-visible .app-drawer-content .drawer-submenu [data-menu] {
            display: none; }
          nav.caNav .appContainer .content-visible .app-drawer-content .drawer-submenu .subShow {
            display: flex;
            flex-direction: column;
            width: 100%; }
        @media (max-width: 1024px) {
          nav.caNav .appContainer .content-visible .app-drawer-content .drawer-submenu {
            left: 100%;
            transition: all 0ms cubic-bezier(0.645, 0.045, 0.355, 1); } }
        nav.caNav .appContainer .content-visible .app-drawer-content .show {
          width: 306px;
          padding-top: 120px; }
          nav.caNav .appContainer .content-visible .app-drawer-content .show span {
            color: #333;
            margin-top: 5px;
            cursor: pointer; }
            @media screen and (max-width: 1024px) {
              nav.caNav .appContainer .content-visible .app-drawer-content .show span {
                margin-top: 11px;
                cursor: pointer; } }
          nav.caNav .appContainer .content-visible .app-drawer-content .show .appHeader {
            display: none; }
            nav.caNav .appContainer .content-visible .app-drawer-content .show .appHeader .submenu-back {
              cursor: pointer;
              display: flex;
              align-items: center;
              margin-left: 24px;
              font-size: 14px; }
              @media screen and (max-width: 1024px) {
                nav.caNav .appContainer .content-visible .app-drawer-content .show .appHeader .submenu-back i {
                  font-size: 14px;
                  margin-right: 6px; } }
              nav.caNav .appContainer .content-visible .app-drawer-content .show .appHeader .submenu-back span {
                margin-top: 3px; }
              @media (max-width: 1024px) {
                nav.caNav .appContainer .content-visible .app-drawer-content .show .appHeader .submenu-back .submenu-back {
                  cursor: pointer;
                  display: flex;
                  align-items: center;
                  margin-left: 24px;
                  font-size: 14px; } }
            @media (max-width: 1024px) {
              nav.caNav .appContainer .content-visible .app-drawer-content .show .appHeader .submenu-close {
                cursor: pointer;
                height: 41px;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-right: 24px; } }
          @media (max-width: 1024px) {
            nav.caNav .appContainer .content-visible .app-drawer-content .show .appHeader {
              width: 100%;
              height: 41px;
              display: flex;
              justify-content: space-between;
              align-items: center; } }
      @media (max-width: 1024px) {
        nav.caNav .appContainer .content-visible .show {
          width: 100% !important; } }
      @media (max-width: 1024px) {
        nav.caNav .appContainer .content-visible .app-drawer-content {
          width: 100%;
          transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) !important; }
        nav.caNav .appContainer .content-visible .hide-main-drawer {
          left: -100%; } }
      nav.caNav .appContainer .content-visible .appOpen {
        visibility: visible;
        animation: slideInFromLeft 0.5s ease-in-out; }
      nav.caNav .appContainer .content-visible .appClose {
        visibility: hidden;
        /* animation: slideInFromRight 10s ease-in-out; */ }
      nav.caNav .appContainer .content-visible .slide-out {
        animation: slideOutToLeft 0.5s ease-in-out; }

@keyframes slideOutToLeft {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
    nav.caNav .appContainer .open {
      visibility: visible;
      display: block; }
  nav.caNav .ca-login-btn {
    cursor: pointer; }
  nav.caNav .pcContainer {
    /* display: none; */ }
    nav.caNav .pcContainer .header-container {
      width: 1380px;
      max-width: 100%; }
      nav.caNav .pcContainer .header-container .header-top-container {
        display: flex;
        justify-content: center;
        position: relative;
        margin-top: 20px; }
        nav.caNav .pcContainer .header-container .header-top-container .header-actions {
          position: absolute;
          right: 20px;
          font-size: 12px; }
          nav.caNav .pcContainer .header-container .header-top-container .header-actions .carShoucangIcon {
            margin-right: 10px !important;
            line-height: 40px; }
          nav.caNav .pcContainer .header-container .header-top-container .header-actions .shoucangIcon {
            vertical-align: middle;
            font-size: 16px;
            margin-right: 22px;
            position: relative;
            color: #333;
            cursor: pointer; }
            nav.caNav .pcContainer .header-container .header-top-container .header-actions .shoucangIcon:hover {
              color: gray; }
          nav.caNav .pcContainer .header-container .header-top-container .header-actions .shoucangIconNo::after {
            content: '';
            position: absolute;
            top: 2px;
            right: -18px;
            width: 1px;
            height: 14px;
            background-color: #D8D8D8; }
          nav.caNav .pcContainer .header-container .header-top-container .header-actions .carUser {
            margin-right: 20px; }
            nav.caNav .pcContainer .header-container .header-top-container .header-actions .carUser .hover-line {
              display: inline-block;
              white-space: nowrap; }
              nav.caNav .pcContainer .header-container .header-top-container .header-actions .carUser .hover-line:hover::after {
                width: 100%;
                height: 1px;
                background: #333;
                content: "";
                display: block;
                margin-top: -1px; }
          nav.caNav .pcContainer .header-container .header-top-container .header-actions .nav-user-info {
            display: none; }
          @media screen and (min-width: 1025px) {
            nav.caNav .pcContainer .header-container .header-top-container .header-actions .header-mine {
              float: right;
              padding-left: 10px;
              height: 43px;
              line-height: 40px;
              cursor: pointer;
              position: relative;
              z-index: 100; }
              nav.caNav .pcContainer .header-container .header-top-container .header-actions .header-mine .nav-user-info {
                position: absolute;
                width: 281px;
                top: 37px;
                right: -10px;
                z-index: 100; }
                nav.caNav .pcContainer .header-container .header-top-container .header-actions .header-mine .nav-user-info .nav-user-inner {
                  position: relative; }
                  nav.caNav .pcContainer .header-container .header-top-container .header-actions .header-mine .nav-user-info .nav-user-inner::after {
                    content: "";
                    display: block;
                    width: 8px;
                    height: 8px;
                    transform: rotate(-45deg);
                    background: #eaeaea;
                    position: absolute;
                    top: -4px;
                    right: 14px; }
                  nav.caNav .pcContainer .header-container .header-top-container .header-actions .header-mine .nav-user-info .nav-user-inner .user-name {
                    width: 100%;
                    height: 62px;
                    background: #eaeaea;
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    font-size: 18px;
                    color: #333;
                    letter-spacing: 0;
                    padding: 0 7%; }
                    nav.caNav .pcContainer .header-container .header-top-container .header-actions .header-mine .nav-user-info .nav-user-inner .user-name .hover-line {
                      cursor: pointer;
                      max-width: 100%;
                      text-overflow: ellipsis;
                      white-space: nowrap;
                      overflow: hidden;
                      display: inline-block; }
                  nav.caNav .pcContainer .header-container .header-top-container .header-actions .header-mine .nav-user-info .nav-user-inner .user-selection {
                    padding: 0 7%;
                    background: #fff;
                    text-align: left; }
                    nav.caNav .pcContainer .header-container .header-top-container .header-actions .header-mine .nav-user-info .nav-user-inner .user-selection .visitor-pattern {
                      height: 143px;
                      padding-top: 30px;
                      cursor: auto; }
                      nav.caNav .pcContainer .header-container .header-top-container .header-actions .header-mine .nav-user-info .nav-user-inner .user-selection .visitor-pattern .visiter-info {
                        line-height: 22px;
                        font-size: 16px;
                        color: #333;
                        cursor: default; }
                      nav.caNav .pcContainer .header-container .header-top-container .header-actions .header-mine .nav-user-info .nav-user-inner .user-selection .visitor-pattern .learn-more {
                        margin-top: 22px;
                        font-size: 16px;
                        color: #333;
                        cursor: default; }
                        nav.caNav .pcContainer .header-container .header-top-container .header-actions .header-mine .nav-user-info .nav-user-inner .user-selection .visitor-pattern .learn-more .hover-line-learn {
                          cursor: pointer;
                          display: inline-block;
                          white-space: nowrap; }
                          nav.caNav .pcContainer .header-container .header-top-container .header-actions .header-mine .nav-user-info .nav-user-inner .user-selection .visitor-pattern .learn-more .hover-line-learn::after {
                            width: 100%;
                            height: 1px;
                            background: #333;
                            content: "";
                            display: block;
                            margin-top: -1px; }
                          nav.caNav .pcContainer .header-container .header-top-container .header-actions .header-mine .nav-user-info .nav-user-inner .user-selection .visitor-pattern .learn-more .hover-line-learn:hover::after {
                            background: transparent; }
                    nav.caNav .pcContainer .header-container .header-top-container .header-actions .header-mine .nav-user-info .nav-user-inner .user-selection .other-pattern {
                      padding-top: 20px;
                      cursor: auto; }
                      nav.caNav .pcContainer .header-container .header-top-container .header-actions .header-mine .nav-user-info .nav-user-inner .user-selection .other-pattern i {
                        color: #333;
                        margin-right: 4.5%; }
                      nav.caNav .pcContainer .header-container .header-top-container .header-actions .header-mine .nav-user-info .nav-user-inner .user-selection .other-pattern div {
                        font-size: 16px;
                        color: #333;
                        height: 24px; }
                      nav.caNav .pcContainer .header-container .header-top-container .header-actions .header-mine .nav-user-info .nav-user-inner .user-selection .other-pattern span {
                        cursor: pointer; }
                      nav.caNav .pcContainer .header-container .header-top-container .header-actions .header-mine .nav-user-info .nav-user-inner .user-selection .other-pattern .hover-line {
                        display: inline-block;
                        white-space: nowrap; }
                        nav.caNav .pcContainer .header-container .header-top-container .header-actions .header-mine .nav-user-info .nav-user-inner .user-selection .other-pattern .hover-line:hover::after {
                          width: 100%;
                          height: 1px;
                          background: #333;
                          content: "";
                          display: block;
                          margin-top: -1px; }
                      nav.caNav .pcContainer .header-container .header-top-container .header-actions .header-mine .nav-user-info .nav-user-inner .user-selection .other-pattern .project,
                      nav.caNav .pcContainer .header-container .header-top-container .header-actions .header-mine .nav-user-info .nav-user-inner .user-selection .other-pattern .order {
                        margin-top: 10px; }
                      nav.caNav .pcContainer .header-container .header-top-container .header-actions .header-mine .nav-user-info .nav-user-inner .user-selection .other-pattern .log-out {
                        height: 94px;
                        margin-top: 30px;
                        padding-top: 20px;
                        border-top: 1px solid #333; }
                        nav.caNav .pcContainer .header-container .header-top-container .header-actions .header-mine .nav-user-info .nav-user-inner .user-selection .other-pattern .log-out .logout-inner {
                          width: 100%;
                          height: 44px;
                          line-height: 44px;
                          text-align: center;
                          border: 1px solid #333;
                          cursor: pointer; }
                          nav.caNav .pcContainer .header-container .header-top-container .header-actions .header-mine .nav-user-info .nav-user-inner .user-selection .other-pattern .log-out .logout-inner:hover {
                            background: #f8f8f8; } }
        nav.caNav .pcContainer .header-container .header-top-container .designer-login {
          margin-left: 8px; }
    nav.caNav .pcContainer .logo {
      position: relative;
      margin-bottom: 11px; }
      nav.caNav .pcContainer .logo .goHome {
        width: 300px;
        cursor: pointer; }
      nav.caNav .pcContainer .logo .icon-caracole-logo {
        color: #4D4D4F;
        line-height: 1.5;
        font-size: 64px;
        cursor: pointer; }
      nav.caNav .pcContainer .logo .logo-tag {
        position: absolute;
        top: 4px;
        right: -10px;
        color: #C5883C;
        font-size: 12px; }
  @media only screen and (max-width: 1024px) {
    nav.caNav .pcContainer {
      display: none !important; } }
  nav.caNav .pc_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 21px;
    padding: 0 4em;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    height: 50px; }
    nav.caNav .pc_nav .anchor-menu {
      position: relative;
      height: 100%;
      display: flex;
      align-items: center; }
      nav.caNav .pc_nav .anchor-menu .searchFlex {
        display: flex;
        align-items: center; }
        nav.caNav .pc_nav .anchor-menu .searchFlex span {
          color: #333;
          text-transform: uppercase;
          letter-spacing: 2px; }
        nav.caNav .pc_nav .anchor-menu .searchFlex .iron-icon-0 {
          margin-left: 5px; }
      nav.caNav .pc_nav .anchor-menu span {
        cursor: pointer; }
    nav.caNav .pc_nav a {
      font-size: 16px;
      color: #333;
      text-transform: uppercase; }
    nav.caNav .pc_nav .ui-mega-dropdown {
      border: 1px solid transparent;
      left: -1px;
      list-style: none;
      margin: 0;
      padding: 1em;
      position: absolute;
      top: 101%;
      z-index: 10998;
      border-radius: 0;
      display: none;
      font-size: 14px;
      min-width: 450px;
      min-height: 12.5em;
      height: auto;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
      background-image: linear-gradient(to bottom, #fff, #fcfcfc); }
    nav.caNav .pc_nav .anchor-menu:hover .ui-mega-dropdown {
      display: block !important;
      box-sizing: border-box;
      display: flex; }
    nav.caNav .pc_nav .anchor-menu:hover .search-dropdown {
      display: flex !important; }
    nav.caNav .pc_nav .ui-mega-dropdown.width-menu {
      min-width: 600px;
      border: 1px solid transparent;
      left: -1px;
      list-style: none;
      margin: 0;
      padding: 32px 42px;
      position: absolute;
      top: 101%;
      z-index: 10998;
      border-radius: 0;
      display: none;
      font-size: 14px;
      min-height: 12.5em;
      height: auto;
      background-image: linear-gradient(to bottom, #fff, #fcfcfc); }
    nav.caNav .pc_nav .search-dropdown {
      top: 48px;
      left: -250px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      display: none;
      min-height: 100px;
      max-height: 100px;
      min-width: 350px;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
      nav.caNav .pc_nav .search-dropdown .align-center {
        display: flex;
        align-items: flex-start;
        width: 100%; }
        nav.caNav .pc_nav .search-dropdown .align-center #search3 {
          width: 80%;
          padding: 0.5em 0.75em;
          border: 1px solid #999;
          border-right: none;
          height: 40px; }
          nav.caNav .pc_nav .search-dropdown .align-center #search3::placeholder {
            font-size: 14px;
            /* 设置占位符文字大小为14像素 
              -webkit-text-size-adjust: none; / Safari和Chrome浏览器的兼容性 */ }
      nav.caNav .pc_nav .search-dropdown .ui-button {
        height: 40px;
        min-width: 50px;
        border: 1px solid #999;
        display: flex;
        align-items: center;
        justify-content: space-around;
        border-left: none; }
        nav.caNav .pc_nav .search-dropdown .ui-button .icon-sousuo {
          cursor: pointer;
          color: #ccc; }
          nav.caNav .pc_nav .search-dropdown .ui-button .icon-sousuo:hover {
            color: #333; }
    nav.caNav .pc_nav .menu-box a {
      font-size: 13px;
      text-transform: inherit;
      letter-spacing: 0px; }
    nav.caNav .pc_nav .menu-box h6 {
      font-family: 'gothic_bold'; }
    nav.caNav .pc_nav .menu-box .mt-24 {
      margin-top: 24px !important; }
    nav.caNav .pc_nav .menu-box .cursor_ {
      cursor: pointer; }
    nav.caNav .pc_nav .two-column {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      max-height: 450px; }
      nav.caNav .pc_nav .two-column div {
        width: 50%;
        margin-bottom: 11px; }
        nav.caNav .pc_nav .two-column div * {
          margin-top: 0;
          padding-top: 0; }
    nav.caNav .pc_nav h6 {
      color: #333;
      margin-bottom: 6px;
      text-transform: uppercase;
      font-size: 14px; }
    nav.caNav .pc_nav h6:last-child {
      margin: 0; }
    nav.caNav .pc_nav .menu-box ul {
      list-style: none;
      margin-bottom: 16px;
      text-transform: uppercase; }
    nav.caNav .pc_nav .menu-box ul:last-child {
      margin-bottom: 0 !important; }
    nav.caNav .pc_nav .look-box > a span {
      color: #333; }
  nav.caNav .mt-16 {
    margin-top: 18px !important; }

footer.caFooter {
  margin-top: 6em;
  background: #e6e6e6; }
  footer.caFooter .footdefa {
    max-width: 1380px;
    padding: 29px 42px 0 34px; }
  @media screen and (max-width: 1025px) {
    footer.caFooter .footdefa {
      padding: 0 0 0 15px; } }
  @media screen and (max-width: 640px) {
    footer.caFooter .footdefa {
      padding: 24px 41px 0; }
    footer.caFooter .copyright-box {
      padding-bottom: 24px !important; } }
  footer.caFooter .footer-box {
    color: #333;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 2px 8px 2px 23px; }
    footer.caFooter .footer-box .footWidth {
      width: 20%; }
    @media screen and (min-width: 640px) and (max-width: 1024px) {
      footer.caFooter .footer-box .footdefa {
        padding: 0 !important; }
      footer.caFooter .footer-box .footWidth {
        width: 46% !important;
        margin-bottom: 24px; } }
    @media screen and (max-width: 640px) {
      footer.caFooter .footer-box .footWidth {
        width: 100% !important;
        margin-bottom: 17px; } }
  footer.caFooter .mb-10 {
    margin-bottom: 14px; }
  @media screen and (max-width: 1025px) {
    footer.caFooter .mb-10 {
      margin-bottom: 10px; } }
  footer.caFooter flex-box,
  footer.caFooter .flex-box {
    display: -webkit-flex;
    display: flex; }
  footer.caFooter .footer-box h5 {
    margin: 3px 0 19px !important;
    font-size: 1em; }
    @media screen and (max-width: 1025px) {
      footer.caFooter .footer-box h5 {
        margin: 3px 0 12px !important; } }
  footer.caFooter flex-box,
  footer.caFooter .flex-box {
    display: -webkit-flex;
    display: flex; }
  @media only screen and (max-width: 640px) {
    footer.caFooter .footer-box > * {
      width: 46%;
      margin-bottom: 24px; } }
  @media only screen and (max-width: 500px) {
    footer.caFooter .footer-box > * {
      width: 100%; } }
  @media only screen and (max-width: 640px) {
    footer.caFooter .footer-box {
      -webkit-justify-content: space-around;
      justify-content: space-around;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 2px 8px 2px 10px; } }
  @media only screen and (max-width: 1024px) and (min-width: 640px) {
    footer.caFooter .footer-box {
      padding: 24px 36px 0;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-flow: row wrap; } }
  footer.caFooter flex-box.center,
  footer.caFooter .flex-box.center {
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 0 !important; }
  footer.caFooter .copyright-box {
    width: 100%;
    font-size: 12px;
    padding-top: 24px;
    color: #333;
    padding-bottom: 19px; }
    footer.caFooter .copyright-box .ml-8 {
      margin-left: 8px;
      text-decoration: underline; }
  @media only screen and (max-width: 1024px) {
    footer.caFooter .copyright-box {
      padding-bottom: 40px; }
      footer.caFooter .copyright-box a {
        text-decoration: underline;
        margin-left: 8px; } }

@media only screen and (max-width: 1024px) {
  footer.caFooter {
    font-size: 14px; } }
@charset "UTF-8";
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

body {
  overflow-x: hidden !important;
  background: #fff; }

header .global-menu {
  width: 100%;
  background: #000; }
  header .global-menu .logo-item {
    padding: 0 20px; }
  header .global-menu .logo-item-active {
    background: #fff; }
    header .global-menu .logo-item-active i {
      color: #000 !important; }
  header .global-menu .art_icon {
    width: 117px !important; }
  header .global-menu .art_icon {
    width: 117px !important; }
  header .global-menu .global-menu-right {
    width: 50%;
    position: relative; }
    header .global-menu .global-menu-right .fast-change-mode {
      color: #fff;
      float: right;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      margin-left: 10px;
      cursor: pointer;
      position: relative; }
      header .global-menu .global-menu-right .fast-change-mode .icon-setMode1 {
        width: 16px;
        border-left: 1px solid #e0e0e0;
        padding-left: 20px;
        padding-right: 4px; }
    header .global-menu .global-menu-right .avatar:hover .nav-user-info {
      display: block; }
    header .global-menu .global-menu-right .shoucangIcon {
      color: #fff;
      float: right;
      padding-left: 10px;
      padding-right: 10px;
      height: 43px;
      line-height: 40px;
      cursor: pointer;
      position: relative;
      z-index: 100; }
      header .global-menu .global-menu-right .shoucangIcon:hover {
        color: gray; }
    header .global-menu .global-menu-right .avatar,
    header .global-menu .global-menu-right .product-cart {
      color: #fff;
      float: right;
      padding-left: 10px;
      padding-right: 10px;
      height: 43px;
      line-height: 40px;
      cursor: pointer;
      position: relative;
      z-index: 100; }
    header .global-menu .global-menu-right .avatar.active {
      position: relative; }
      header .global-menu .global-menu-right .avatar.active::after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        background-color: #E36BFF;
        border-radius: 50%;
        position: absolute;
        top: 8px;
        right: 8px; }
    header .global-menu .global-menu-right .header-user-dark {
      top: 40px;
      background: rgba(0, 0, 0, 0.5); }
    header .global-menu .global-menu-right .menu-dark {
      width: 100%;
      height: 100%;
      position: fixed;
      background-color: rgba(0, 0, 0, 0.2);
      top: 40px;
      left: 0;
      z-index: 15; }
    header .global-menu .global-menu-right .product-cart:hover .cart-list-view {
      display: block; }
    header .global-menu .global-menu-right .product-cart .cart-num {
      width: 16px;
      height: 16px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      top: 16%;
      line-height: 17px;
      padding-right: 1px;
      color: #333;
      text-align: center;
      font-size: 12px; }
    header .global-menu .global-menu-right .product-cart .cart-list-view {
      display: none;
      width: 340px;
      min-height: 97px;
      position: absolute;
      top: 45px;
      right: -22px;
      z-index: 100;
      padding-right: 1px;
      box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.14);
      cursor: auto;
      color: #333; }
      header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content {
        padding-top: 20px;
        background: #fff; }
        header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list {
          max-height: 280px;
          overflow-y: auto;
          padding: 0 24px; }
          header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card-last-child {
            margin-bottom: 0; }
          header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card {
            display: flex;
            margin-bottom: 20px; }
            header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap {
              width: 80px;
              height: 80px;
              border: 1px solid #d9d9d9;
              margin-right: 12px;
              position: relative; }
              header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img {
                position: relative;
                margin: 0 auto;
                box-sizing: border-box;
                overflow: hidden;
                transform: scale(1);
                transition: all .5s ease; }
                header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .el-image {
                  width: 100%;
                  height: 100%;
                  background: #fff;
                  overflow: hidden; }
                header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .img-contain .el-image__error,
                header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .img-contain .el-image__inner,
                header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .img-contain .el-image__placeholder {
                  min-width: 100%;
                  min-height: 100%; }
                header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .el-image__inner {
                  vertical-align: top; }
                header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .el-image__error,
                header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .el-image__inner,
                header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .el-image__placeholder {
                  width: 100%;
                  height: 100%; }
                header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .el-image__inner {
                  opacity: 1; }
                header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .imgs,
                header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .imgs i {
                  display: block;
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%); }
              header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .brandLogo {
                width: 45px;
                position: absolute;
                bottom: 1px;
                left: 3px;
                line-height: 0; }
                header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .img-wrap .brandLogo img {
                  width: 100%; }
            header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .product-info {
              flex: 1;
              max-width: 190px; }
              header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .product-info p {
                margin: 0; }
              header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .product-info .product-info-text {
                font-size: 14px;
                color: #333;
                margin-bottom: 10px;
                line-height: 17px; }
              header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .product-info .product-name {
                max-width: 359px;
                color: #333;
                margin-bottom: 4px;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                word-break: break-word; }
              header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .product-info .product-num,
              header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .product-info .product-sku {
                color: #787878;
                margin-bottom: 4px; }
              header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .product-info .product-sku {
                word-break: break-all;
                text-overflow: ellipsis;
                display: -webkit-box;
                overflow: hidden;
                word-break: break-all;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                overflow: hidden; }
              header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .product-info .product-customized, header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .product-info .product-com {
                color: #666;
                background: #FFFFFF;
                font-size: 12px;
                margin: 3px 0;
                display: block; }
                header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .product-info .product-customized span, header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list .preview-card .product-info .product-com span {
                  background: #F5F5F5;
                  padding: 2px 4px; }
        header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list-noScroll::-webkit-scrollbar {
          /* 滚动条整体样式 */
          width: 6px;
          /* 宽高分别对应横竖滚动条的尺寸 */
          background: #d8d8d8;
          border-radius: 10px; }
        header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list-noScroll::-webkit-scrollbar-thumb {
          /* 滚动条里的小方块 */
          border-radius: 3px;
          background: #d8d8d8;
          height: 120px; }
        header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .product-list-noScroll::-webkit-scrollbar-track {
          /* 滚动条里面的轨道 */
          border-radius: 10px;
          background: #fff; }
        header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap {
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          padding: 20px 0 20px; }
          header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap .go-cart-btn {
            background: #fff;
            color: #313222; }
            header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap .go-cart-btn:hover {
              background: #f8f8f8; }
          header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap .checkout-btn:focus,
          header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap .go-cart-btn:focus {
            box-shadow: inherit !important; }
          header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap .btn {
            width: 292px;
            border: 1px solid #313233;
            outline: none;
            border-radius: 0;
            font-size: 14px;
            height: 42px; }
          header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap .checkout-btn,
          header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap .go-cart-btn-only {
            color: #fff;
            background: #000;
            margin-top: 9px; }
            header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap .checkout-btn:hover,
            header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap .go-cart-btn-only:hover {
              background: #333; }
          header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap button {
            border: none;
            text-transform: none;
            font-family: inherit; }
          header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap button,
          header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap input {
            overflow: visible; }
          header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap .btn:not(:disabled):not(.disabled) {
            cursor: pointer; }
          header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .btn-wrap .btn:first-child {
            margin-top: 0; }
        header .global-menu .global-menu-right .product-cart .cart-list-view .inner-content .empty-crat {
          display: block;
          margin: 0 auto 0;
          padding-bottom: 20px;
          text-align: center;
          font-size: 14px;
          color: #333;
          width: 100%;
          height: 97px;
          line-height: 97px;
          margin-top: -20px; }
      header .global-menu .global-menu-right .product-cart .cart-list-view::after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #fff;
        position: absolute;
        top: -4px;
        right: 36px; }
      header .global-menu .global-menu-right .product-cart .cart-list-view:hover {
        color: #333; }
    header .global-menu .global-menu-right .avatar .cart-num,
    header .global-menu .global-menu-right .product-cart .cart-num {
      right: 0; }

header .ca-logo-item {
  width: 116px !important; }

header .art-logo-item {
  width: 118px !important; }

@media screen and (min-width: 992px) {
  header .global-menu.hom-global-menu {
    height: 40px; }
    header .global-menu.hom-global-menu .global-menu-inner {
      width: 72.9%;
      height: 39px;
      margin: 0 auto;
      padding-top: 1px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header .global-menu.hom-global-menu .global-menu-inner .global-menu-left {
        height: 100%;
        flex: none; }
        header .global-menu.hom-global-menu .global-menu-inner .global-menu-left .logo-item {
          height: 100%;
          line-height: 38px;
          width: 76px;
          text-align: center;
          cursor: pointer;
          display: inline-block; }
        header .global-menu.hom-global-menu .global-menu-inner .global-menu-left .jc_logo_ {
          width: 100px !important; }
        header .global-menu.hom-global-menu .global-menu-inner .global-menu-left img {
          width: auto;
          height: 27.5px;
          vertical-align: middle; }
        header .global-menu.hom-global-menu .global-menu-inner .global-menu-left i {
          color: #fff;
          font-size: 12px; }
  header .nav-user-info {
    display: none;
    position: fixed;
    width: 281px;
    top: 52px;
    padding-top: 28px;
    right: calc(3% + 140px);
    z-index: 100;
    cursor: auto; }
    header .nav-user-info .hover-line {
      display: inline-block;
      white-space: nowrap; }
    header .nav-user-info .user-name {
      width: 100%;
      height: 62px;
      background: #eaeaea;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      font-size: 18px;
      color: #333;
      letter-spacing: 0;
      padding: 0 7%; }
      header .nav-user-info .user-name > span {
        cursor: pointer;
        max-width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
    header .nav-user-info .user-selection {
      padding: 0 7%;
      background: #fff; }
      header .nav-user-info .user-selection .other-pattern {
        padding-top: 20px; }
        header .nav-user-info .user-selection .other-pattern div {
          font-size: 16px;
          color: #333; }
          header .nav-user-info .user-selection .other-pattern div span {
            cursor: pointer; }
          header .nav-user-info .user-selection .other-pattern div i {
            float: none;
            color: #333;
            margin-right: 4.5%;
            padding: 0;
            line-height: 25px; }
          header .nav-user-info .user-selection .other-pattern div .icon-xingxing.active {
            position: relative; }
            header .nav-user-info .user-selection .other-pattern div .icon-xingxing.active::after {
              content: '';
              display: block;
              width: 6px;
              height: 6px;
              background-color: #E36BFF;
              border-radius: 50%;
              position: absolute;
              top: -2px;
              right: 0; }
        header .nav-user-info .user-selection .other-pattern .log-out {
          height: 94px;
          margin-top: 20px;
          padding-top: 20px;
          border-top: 1px solid #333; }
          header .nav-user-info .user-selection .other-pattern .log-out .logout-inner {
            width: 100%;
            height: 44px;
            line-height: 44px;
            text-align: center;
            border: 1px solid #333;
            cursor: pointer; }
            header .nav-user-info .user-selection .other-pattern .log-out .logout-inner:hover {
              background: #f8f8f8; }
        header .nav-user-info .user-selection .other-pattern .log-out_ {
          margin-top: 0;
          border-top: 0px; }
      header .nav-user-info .user-selection .other-pattern_ {
        padding-top: 0; }
    header .nav-user-info .hover-line {
      display: inline-block;
      white-space: nowrap; }
      header .nav-user-info .hover-line:hover::after {
        content: "";
        display: block;
        margin-top: -5px;
        width: 100%;
        height: 1px;
        background: #333; }
    header .nav-user-info .pcName:hover::after {
      content: "";
      display: block;
      margin-top: -1px;
      width: 100%;
      height: 1px;
      background: #333; }
  header .nav-user-info-global {
    position: absolute;
    top: 45px;
    right: -22px;
    padding-top: 0; }
  header .AI-message-wrap {
    width: 347px;
    position: absolute;
    top: 43px;
    right: 155px;
    z-index: 20;
    color: #000;
    padding: 14px 0;
    box-shadow: 0px 2px 8px 0px #00000040;
    background: #fff; }
    header .AI-message-wrap .AI-message-item {
      display: flex;
      align-items: center;
      padding: 12px 24px;
      cursor: pointer; }
      header .AI-message-wrap .AI-message-item:hover {
        background: #FAE6F6; }
      header .AI-message-wrap .AI-message-item .AI-messag-imgWrap {
        width: 64px;
        height: 64px;
        margin-right: 15px; }
        header .AI-message-wrap .AI-message-item .AI-messag-imgWrap .AI-messag-img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      header .AI-message-wrap .AI-message-item .AI-messag-item-text {
        font-size: 15px;
        font-weight: 700; }
  header .nav-user-inner {
    position: relative; }
    header .nav-user-inner::after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      transform: rotate(-45deg);
      background: #eaeaea;
      position: absolute;
      top: -4px;
      right: 36px; } }

@media screen and (max-width: 992px) {
  header .global-menu.hom-global-menu {
    height: 35px; }
    header .global-menu.hom-global-menu .global-menu-inner {
      width: 100%;
      height: 34px;
      padding-top: 1px; }
      header .global-menu.hom-global-menu .global-menu-inner .global-menu-left {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        header .global-menu.hom-global-menu .global-menu-inner .global-menu-left .art-logo-item {
          width: 98px !important; }
        header .global-menu.hom-global-menu .global-menu-inner .global-menu-left .logo-item {
          height: 100%;
          line-height: 33px;
          text-align: center;
          cursor: pointer;
          display: inline-block;
          flex: 1;
          padding: 0 10px; }
          header .global-menu.hom-global-menu .global-menu-inner .global-menu-left .logo-item img {
            vertical-align: middle; }
        header .global-menu.hom-global-menu .global-menu-inner .global-menu-left img {
          width: auto;
          height: 20px; }
        header .global-menu.hom-global-menu .global-menu-inner .global-menu-left i {
          color: #fff;
          font-size: 12px; }
      header .global-menu.hom-global-menu .global-menu-inner .global-menu-right {
        display: none; }
  header .global-menu-fixed {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0; } }

nav.rowe .menu-wrapper {
  width: 100%;
  transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s, margin 0.25s ease, padding-left 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  border: none;
  position: relative;
  left: 0; }
  nav.rowe .menu-wrapper .menu-dark {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.2);
    top: 40px;
    left: 0;
    z-index: 9; }
  nav.rowe .menu-wrapper .slide-nav {
    position: fixed;
    width: 235px;
    height: 100%;
    background: #000;
    left: -235px;
    top: 0;
    z-index: 100;
    transition: left 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
  nav.rowe .menu-wrapper .slidebar-wrapper {
    color: #fff;
    overflow-y: auto; }
    nav.rowe .menu-wrapper .slidebar-wrapper::-webkit-scrollbar {
      width: 0.5em;
      /* 设置滚动条宽度 */
      height: 0.5em;
      /* 设置滚动条高度 */ }
    nav.rowe .menu-wrapper .slidebar-wrapper .slide-close {
      color: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 8px 21px 8px 29px; }
      nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .slider-hello,
      nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .slider-btn {
        line-height: 21px; }
      nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .slider-btn {
        font-size: 12px;
        margin-top: 8px; }
      nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .sign-in,
      nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .sign-up {
        cursor: pointer; }
      nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .sign-in {
        margin-right: 12px; }
      nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .slider-name-mode {
        margin-top: 11px;
        display: flex;
        flex-wrap: wrap; }
        nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .slider-name-mode .slider-name {
          position: relative;
          cursor: pointer;
          white-space: nowrap;
          margin-right: 26px;
          margin-bottom: 10px; }
        nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .slider-name-mode .slider-name_::after {
          content: "";
          width: 1px;
          height: 100%;
          background: #fff;
          position: absolute;
          top: 0;
          right: -14px;
          cursor: auto; }
      nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .drawer-toolbar {
        width: 100%; }
        nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .drawer-toolbar .toolbar-box {
          display: flex;
          color: #fff;
          width: 100%;
          padding: 22px 24px 0;
          justify-content: space-between;
          flex-direction: row; }
          nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .drawer-toolbar .toolbar-box .profile-mini-box {
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: space-between;
            flex-direction: row; }
            nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .drawer-toolbar .toolbar-box .profile-mini-box div {
              font-size: 10px;
              text-transform: uppercase; }
              nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .drawer-toolbar .toolbar-box .profile-mini-box div a {
                color: #fff; }
            nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .drawer-toolbar .toolbar-box .profile-mini-box .appLogin {
              width: 100%;
              display: flex;
              justify-content: flex-end; }
              nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .drawer-toolbar .toolbar-box .profile-mini-box .appLogin .mr-10 {
                margin: 0 10px;
                border-left: 1px solid; }
      nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .icon-close {
        font-size: 40px;
        cursor: pointer;
        transition: transform 0.47s cubic-bezier(0.3, 1, 0.3, 0.95);
        /* 只设置 transform 的过渡效果 */
        transform-origin: center;
        /* 设置旋转的原点在元素的中心 */ }
      nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .icon-close:hover {
        transform: rotate(90deg);
        /* 使图标自身旋转90度 */ }
      nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .b-icon.bi {
        display: inline-block;
        overflow: visible;
        vertical-align: -0.15em; }
      nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .fast-change-mode {
        font-size: 12px;
        cursor: pointer;
        flex-shrink: 0; }
        nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .fast-change-mode span {
          font-size: 14px; }
      nav.rowe .menu-wrapper .slidebar-wrapper .slide-close .icon-close {
        font-size: 14px;
        cursor: pointer;
        transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
        position: absolute;
        top: 10px;
        right: 24px; }
    nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu {
      padding: 18px 21px 29px 29px; }
      nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu {
        margin-top: 34px; }
        nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .first-name {
          font-size: 20px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          cursor: pointer; }
        nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .xiaHover {
          font-size: 10px;
          transition: transform .3s ease 0s;
          transform: scale(0.6) rotate(180deg); }
        nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .xiaHover:first-child {
          display: none; }
        nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .second-menu,
        nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .third-menu {
          height: auto;
          overflow: hidden;
          padding-left: 20px;
          transition: height 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
          nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .second-menu li,
          nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .third-menu li {
            margin: 0; }
          nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .second-menu .second-name,
          nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .second-menu .third-name,
          nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .third-menu .second-name,
          nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .third-menu .third-name {
            font-size: 14px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer; }
          nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .second-menu .third-name,
          nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .third-menu .third-name {
            margin-top: 20px; }
        nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .menu-hide {
          height: 0; }
        nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu .second-menu > li {
          margin-top: 24px; }
      nav.rowe .menu-wrapper .slidebar-wrapper .slide-menu .first-menu:first-child {
        margin-top: 0; }

nav.rowe .header-out .header-inner {
  width: 100%;
  background: #fff; }
  nav.rowe .header-out .header-inner .header-menu {
    width: 100%;
    height: 100%; }
    nav.rowe .header-out .header-inner .header-menu .nav-minScreen {
      cursor: pointer;
      z-index: 2; }
    nav.rowe .header-out .header-inner .header-menu .header-row {
      width: 100%;
      height: 100%;
      display: flex;
      justify-items: center;
      align-items: center; }
    nav.rowe .header-out .header-inner .header-menu .header-col {
      padding: 0;
      cursor: pointer; }
    nav.rowe .header-out .header-inner .header-menu .nav {
      display: flex;
      flex-wrap: wrap;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none; }
    nav.rowe .header-out .header-inner .header-menu .col {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%; }
    nav.rowe .header-out .header-inner .header-menu .nav-white {
      color: #000; }

nav.rowe .header-fixed-app,
nav.rowe .header-fixed {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0; }

@media screen and (min-width: 992px) {
  nav.rowe .header-out {
    height: 80px;
    background: #fff; }
    nav.rowe .header-out .header-inner {
      height: 80px;
      box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.06); }
    nav.rowe .header-out .header-menu {
      position: relative; }
      nav.rowe .header-out .header-menu .nav-minScreen {
        display: none; }
      nav.rowe .header-out .header-menu .app-search-icon,
      nav.rowe .header-out .header-menu .nav-minScreen {
        display: none; }
      nav.rowe .header-out .header-menu .header-row {
        padding: 0 3%; }
      nav.rowe .header-out .header-menu .logo img {
        width: auto;
        height: 50px; }
      nav.rowe .header-out .header-menu .nav {
        height: 100%;
        position: static;
        flex-wrap: nowrap; }
        nav.rowe .header-out .header-menu .nav .nav-pc-less {
          display: block;
          padding-left: 8.6%; }
        nav.rowe .header-out .header-menu .nav .nav-pc-less > li {
          display: inline-block; }
        nav.rowe .header-out .header-menu .nav .nav-pc {
          width: 100%;
          height: 100%;
          display: flex; }
        nav.rowe .header-out .header-menu .nav .product-menu {
          margin-left: 2.1%; }
        nav.rowe .header-out .header-menu .nav .nav-pc > li {
          height: 100%; }
          nav.rowe .header-out .header-menu .nav .nav-pc > li .first-menu {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            font-size: 16px;
            line-height: 18px;
            cursor: pointer;
            position: relative; }
            nav.rowe .header-out .header-menu .nav .nav-pc > li .first-menu:hover::after {
              width: 100%; }
            nav.rowe .header-out .header-menu .nav .nav-pc > li .first-menu:hover .icon-xia {
              transform: scale(0.4) rotate(180deg); }
            nav.rowe .header-out .header-menu .nav .nav-pc > li .first-menu .icon-xia {
              transform: scale(0.4);
              color: #212529;
              font-size: 8px; }
            nav.rowe .header-out .header-menu .nav .nav-pc > li .first-menu .menu-icon {
              margin-left: 8px;
              cursor: pointer; }
            nav.rowe .header-out .header-menu .nav .nav-pc > li .first-menu::after {
              content: "";
              width: 0;
              height: 2px;
              background: #000;
              position: absolute;
              bottom: 27px;
              left: 0; }
          nav.rowe .header-out .header-menu .nav .nav-pc > li .second-col {
            background: #fff;
            display: flex;
            padding: 0 6.8%;
            color: #999;
            justify-content: center;
            align-items: center; }
            nav.rowe .header-out .header-menu .nav .nav-pc > li .second-col ul {
              width: 50%;
              margin-right: 20px; }
            nav.rowe .header-out .header-menu .nav .nav-pc > li .second-col .second-li {
              width: 100%; }
              nav.rowe .header-out .header-menu .nav .nav-pc > li .second-col .second-li img {
                width: 100%;
                height: auto;
                cursor: pointer; }
              nav.rowe .header-out .header-menu .nav .nav-pc > li .second-col .second-li .second-name {
                display: block;
                font-size: 18px;
                color: #333;
                letter-spacing: 0;
                padding-top: 14px;
                cursor: pointer; }
          nav.rowe .header-out .header-menu .nav .nav-pc > li .nav-second-brand {
            padding-top: 60px !important;
            padding-bottom: 80px !important;
            min-height: auto; }
            nav.rowe .header-out .header-menu .nav .nav-pc > li .nav-second-brand ul .second-li {
              transform: translateY(0);
              transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }
            nav.rowe .header-out .header-menu .nav .nav-pc > li .nav-second-brand ul:hover .second-li {
              transform: translateY(-14px); }
          nav.rowe .header-out .header-menu .nav .nav-pc > li .nav-second {
            width: 100%;
            position: absolute;
            top: 80px;
            left: 0;
            background: #fff;
            box-shadow: inset 0 6px 4px 0 rgba(0, 0, 0, 0.06), inset 0 -6px 4px 0 rgba(0, 0, 0, 0.06);
            z-index: 12;
            display: none; }
            nav.rowe .header-out .header-menu .nav .nav-pc > li .nav-second ul {
              width: 100%; }
              nav.rowe .header-out .header-menu .nav .nav-pc > li .nav-second ul .second-name {
                display: block;
                cursor: pointer; }
            nav.rowe .header-out .header-menu .nav .nav-pc > li .nav-second .nav-third ul {
              margin-top: 10px; }
              nav.rowe .header-out .header-menu .nav .nav-pc > li .nav-second .nav-third ul .third-name {
                color: #333;
                font-size: 16px; }
            nav.rowe .header-out .header-menu .nav .nav-pc > li .nav-second .third-name {
              display: block;
              cursor: pointer; }
              nav.rowe .header-out .header-menu .nav .nav-pc > li .nav-second .third-name:hover {
                color: #999 !important; }
          nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor {
            padding-left: 6.8%;
            padding-bottom: 75px; }
            nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor .all-products {
              margin-top: 30px;
              margin-bottom: 26px;
              width: 100% !important;
              display: inline-block;
              padding-right: 4.1%;
              vertical-align: top; }
              nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor .all-products span {
                margin-bottom: 7px;
                font-size: 16px;
                cursor: pointer;
                color: #333; }
              nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor .all-products .menu-font {
                cursor: pointer; }
                nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor .all-products .menu-font:hover {
                  color: #666; }
              nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor .all-products span {
                font-size: 16px;
                color: #333; }
                nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor .all-products span:hover {
                  color: #666; }
            nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor > ul {
              padding-top: 20px; }
              nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor > ul .second-li {
                display: inline-block;
                width: 24%;
                vertical-align: top; }
              nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor > ul .second-li:first-child {
                top: 48px; }
              nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor > ul .second-li:last-child {
                margin-right: 0; }
              nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor > ul .second-name {
                color: #333;
                margin-bottom: 7px;
                font-size: 16px; }
                nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor > ul .second-name:hover {
                  color: #666; }
              nav.rowe .header-out .header-menu .nav .nav-pc > li .second-hor > ul .line_::after {
                content: "";
                display: block;
                width: 71.4%;
                height: 1px;
                background: #333;
                margin-top: 7px; }
      nav.rowe .header-out .header-menu .header-right {
        width: 39%;
        overflow: hidden;
        height: 80px; }
        nav.rowe .header-out .header-menu .header-right .user-signup {
          display: none !important; }
        nav.rowe .header-out .header-menu .header-right .nav-user-info {
          position: fixed;
          width: 281px;
          top: 52px;
          padding-top: 28px;
          right: calc(3% + 140px);
          z-index: 100; }
          nav.rowe .header-out .header-menu .header-right .nav-user-info .nav-user-inner {
            position: relative; }
            nav.rowe .header-out .header-menu .header-right .nav-user-info .nav-user-inner::after {
              right: 14px;
              content: "";
              display: block;
              width: 8px;
              height: 8px;
              transform: rotate(-45deg);
              background: #eaeaea;
              position: absolute;
              top: -4px; }
          nav.rowe .header-out .header-menu .header-right .nav-user-info .user-name {
            width: 100%;
            height: 62px;
            background: #eaeaea;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            font-size: 18px;
            color: #333;
            letter-spacing: 0;
            padding: 0 7%; }
            nav.rowe .header-out .header-menu .header-right .nav-user-info .user-name > span {
              cursor: pointer;
              max-width: 100%;
              text-overflow: ellipsis;
              white-space: nowrap;
              overflow: hidden; }
            nav.rowe .header-out .header-menu .header-right .nav-user-info .user-name .hover-line {
              display: inline-block;
              white-space: nowrap; }
              nav.rowe .header-out .header-menu .header-right .nav-user-info .user-name .hover-line:hover::after {
                content: "";
                display: block;
                position: relative;
                top: -25px;
                width: 100%;
                height: 1px;
                background: #333; }
          nav.rowe .header-out .header-menu .header-right .nav-user-info .user-selection {
            padding: 0 7%;
            background: #fff; }
            nav.rowe .header-out .header-menu .header-right .nav-user-info .user-selection .visitor-pattern {
              height: 143px;
              padding-top: 30px; }
              nav.rowe .header-out .header-menu .header-right .nav-user-info .user-selection .visitor-pattern .visiter-info {
                line-height: 22px;
                font-size: 16px;
                color: #333;
                cursor: default; }
              nav.rowe .header-out .header-menu .header-right .nav-user-info .user-selection .visitor-pattern .learn-more span {
                cursor: pointer; }
              nav.rowe .header-out .header-menu .header-right .nav-user-info .user-selection .visitor-pattern .learn-more,
              nav.rowe .header-out .header-menu .header-right .nav-user-info .user-selection .visitor-pattern .visiter-info {
                font-size: 16px;
                color: #333;
                cursor: default; }
          nav.rowe .header-out .header-menu .header-right .nav-user-info .hover-line-learn {
            display: inline-block;
            white-space: nowrap; }
            nav.rowe .header-out .header-menu .header-right .nav-user-info .hover-line-learn::after {
              width: 100%;
              height: 1px;
              background: #333;
              content: "";
              display: block;
              margin-top: -26px; }
            nav.rowe .header-out .header-menu .header-right .nav-user-info .hover-line-learn:hover::after {
              background: transparent; }
        nav.rowe .header-out .header-menu .header-right .nav-user-info-nofastmode {
          right: 3%; }
        nav.rowe .header-out .header-menu .header-right .avatar,
        nav.rowe .header-out .header-menu .header-right .product-cart {
          color: #000;
          float: right;
          padding-left: 10px;
          padding-right: 10px;
          height: 80px;
          line-height: 80px;
          cursor: pointer;
          position: relative; }
        nav.rowe .header-out .header-menu .header-right .product-cart {
          display: none !important; }
          nav.rowe .header-out .header-menu .header-right .product-cart .cart-num {
            width: 16px;
            height: 16px;
            background: #fff;
            border-radius: 50%;
            border: 1px solid #000;
            position: absolute;
            top: 34%;
            line-height: 16px;
            color: #333;
            text-align: center;
            font-size: 12px; }
        nav.rowe .header-out .header-menu .header-right .avatar {
          padding-right: 10px; }
        nav.rowe .header-out .header-menu .header-right .header-user-dark {
          top: 80px;
          background: rgba(0, 0, 0, 0.5); }
        nav.rowe .header-out .header-menu .header-right .user-login {
          float: right;
          font-size: 18px;
          color: #000;
          height: 80px;
          line-height: 80px;
          padding: 0 15px;
          cursor: pointer; }
        nav.rowe .header-out .header-menu .header-right .header-search {
          float: right;
          height: 100%;
          line-height: 80px;
          width: 37.2%;
          min-width: 173px;
          margin-right: 10px;
          border-radius: 0;
          position: relative;
          transition: width .3s ease; }
          nav.rowe .header-out .header-menu .header-right .header-search input {
            width: 100%;
            height: 27px;
            line-height: 27px;
            margin-right: 20%;
            border-radius: 0;
            background: transparent;
            border: 0;
            border-bottom: 1px solid #333;
            border-color: #333 !important;
            font-size: 14px;
            color: #000;
            border-radius: 0 !important; }
          nav.rowe .header-out .header-menu .header-right .header-search .el-input__inner,
          nav.rowe .header-out .header-menu .header-right .header-search .el-input__inner_app {
            padding-right: 30px;
            display: inline-block;
            outline: 0;
            padding: 0 15px;
            transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
            nav.rowe .header-out .header-menu .header-right .header-search .el-input__inner::placeholder,
            nav.rowe .header-out .header-menu .header-right .header-search .el-input__inner_app::placeholder {
              font-size: 14px; }
          nav.rowe .header-out .header-menu .header-right .header-search .el-input__suffix {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            line-height: 80px;
            transition: all .3s; }
          nav.rowe .header-out .header-menu .header-right .header-search .el-input__prefix,
          nav.rowe .header-out .header-menu .header-right .header-search .el-input__suffix {
            height: 100%;
            color: #c0c4cc;
            text-align: center; }
          nav.rowe .header-out .header-menu .header-right .header-search .search-icon.icon-sousuo {
            font-size: 16px; }
          nav.rowe .header-out .header-menu .header-right .header-search .search-icon {
            color: #000;
            cursor: pointer; }
        nav.rowe .header-out .header-menu .header-right .el-input {
          font-size: 14px;
          display: inline-block; }
        nav.rowe .header-out .header-menu .header-right .user-app {
          color: #000; }
          nav.rowe .header-out .header-menu .header-right .user-app:hover {
            color: grey; }
      nav.rowe .header-out .header-menu .el-input__suffix,
      nav.rowe .header-out .header-menu .el-tree.is-dragging .el-tree-node__content * {
        pointer-events: none; } }

@media screen and (max-width: 992px) {
  nav.rowe .header-out {
    height: 78px;
    background: #fff; }
    nav.rowe .header-out .header-inner {
      height: 78px;
      box-shadow: 0 6px 4px 0 rgba(0, 0, 0, 0.06); }
    nav.rowe .header-out .header-fixed-app-global {
      position: fixed;
      z-index: 20;
      top: 35px;
      left: 0; }
    nav.rowe .header-out .header-menu {
      position: relative; }
      nav.rowe .header-out .header-menu .app-search-icon {
        font-size: 20px;
        color: #000;
        cursor: pointer;
        position: absolute;
        top: 50%;
        left: calc(5.3% + 34px);
        transform: translateY(-50%); }
      nav.rowe .header-out .header-menu .logo-img {
        top: 15px; }
      nav.rowe .header-out .header-menu .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
        nav.rowe .header-out .header-menu .logo img {
          width: auto;
          height: 50px; }
      nav.rowe .header-out .header-menu .header-right {
        position: absolute;
        right: 5.3%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 8;
        width: 30%;
        height: 78px;
        line-height: 78px; }
        nav.rowe .header-out .header-menu .header-right .user-app {
          font-size: 19px;
          color: #333; }
        nav.rowe .header-out .header-menu .header-right .avatar,
        nav.rowe .header-out .header-menu .header-right .product-cart {
          float: right;
          padding-left: 12px;
          padding-right: 12px;
          cursor: pointer;
          position: relative; }
        nav.rowe .header-out .header-menu .header-right .avatar {
          display: block !important; }
        nav.rowe .header-out .header-menu .header-right .product-cart {
          font-size: 21px; }
          nav.rowe .header-out .header-menu .header-right .product-cart .cart-num {
            width: 16px;
            height: 16px;
            background: #fff;
            border-radius: 50%;
            border: 1px solid #000;
            position: absolute;
            top: 34%;
            line-height: 16px;
            color: #333;
            text-align: center;
            font-size: 12px;
            right: 1px; }
        nav.rowe .header-out .header-menu .header-right .user-pc,
        nav.rowe .header-out .header-menu .header-right .product-cart-pc {
          display: none !important; }
        nav.rowe .header-out .header-menu .header-right .user-signup {
          float: right;
          font-size: 16px;
          cursor: pointer;
          color: #000; }
    nav.rowe .header-out .nav-minScreen {
      position: absolute;
      top: 50%;
      left: 5.3%;
      transform: translateY(-50%); }
      nav.rowe .header-out .nav-minScreen .icon-menu {
        color: #000;
        font-size: 14px; }
    nav.rowe .header-out .nav-minScreen {
      position: absolute;
      top: 50%;
      left: 5.3%;
      transform: translateY(-50%); }
      nav.rowe .header-out .nav-minScreen .icon-menu {
        color: #000;
        font-size: 14px; }
    nav.rowe .header-out .app-search-icon {
      font-size: 20px;
      color: #000;
      cursor: pointer;
      position: absolute;
      top: 50%;
      left: calc(5.3% + 34px);
      transform: translateY(-50%); }
    nav.rowe .header-out .nav {
      display: none !important; }
    nav.rowe .header-out .header-search {
      display: none !important; }
    nav.rowe .header-out .el-input input {
      font-size: 16px !important; }
    nav.rowe .header-out .header-app-input {
      position: fixed;
      width: 100%;
      height: 78px;
      top: 0;
      left: 0;
      z-index: 22;
      background: #fff;
      padding: 0 8%; }
      nav.rowe .header-out .header-app-input .header-app-search {
        height: 100%; }
        nav.rowe .header-out .header-app-input .header-app-search input {
          height: 100%;
          border: none;
          color: #333; }
        nav.rowe .header-out .header-app-input .header-app-search .el-input__suffix {
          position: absolute;
          right: 3%;
          top: 50%;
          transform: translateY(-50%);
          line-height: 78px; }
        nav.rowe .header-out .header-app-input .header-app-search .search-icon {
          color: #999;
          cursor: pointer;
          font-size: 18px; }
      nav.rowe .header-out .header-app-input .app-mask {
        width: 100%;
        height: calc(100% - 78px);
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        top: 78px;
        left: 0; } }

nav.rowe .el-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100%; }

nav.rowe .el-input--suffix .el-input__inner,
nav.rowe .el-input--suffix .el-input__inner_app {
  padding-right: 30px; }

nav.rowe .el-input--suffix .el-input__inner_app::placeholder {
  font-size: 20px; }

nav.rowe .el-input__inner,
nav.rowe .el-input__inner_app input {
  border-color: #999 !important;
  border-radius: 0 !important; }

nav.rowe .el-input__inner,
nav.rowe .el-input__inner_app {
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%; }

nav.rowe .inputFocus {
  width: 40% !important; }

nav.rowe .el-input__suffix {
  right: 5px;
  transition: all .3s; }

nav.rowe .el-input__prefix,
nav.rowe .el-input__suffix {
  position: absolute;
  top: 0;
  height: 100%;
  color: #c0c4cc;
  text-align: center; }

nav.rowe .el-input__suffix,
nav.rowe .el-tree.is-dragging .el-tree-node__content * {
  pointer-events: none; }

nav.rowe .el-input__suffix-inner {
  pointer-events: all;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  nav.rowe .el-input__suffix-inner .disNone {
    display: none; }

nav.rowe .el-input__suffix-inner > :first-child {
  margin-left: 8px; }

footer.rowe {
  font-size: 16px;
  background: #313233;
  color: #f7f7f7 !important; }
  footer.rowe .container {
    background: #313233;
    color: #a7a7a7;
    font-size: 16px; }
    footer.rowe .container .container_row .widget_foot_menu {
      margin-top: 40px;
      display: flex;
      align-items: flex-start; }
      footer.rowe .container .container_row .widget_foot_menu .widget_foot_menu_inner {
        width: 204px; }
      footer.rowe .container .container_row .widget_foot_menu .foot_menu_title {
        font-size: 16px;
        color: #e6e6e6;
        margin-bottom: 14px; }
      footer.rowe .container .container_row .widget_foot_menu .foot_menu_list {
        font-size: 14px;
        color: #a7a7a7;
        line-height: 28px; }
        footer.rowe .container .container_row .widget_foot_menu .foot_menu_list .foot_menu_path {
          display: inline-block;
          cursor: pointer; }
          footer.rowe .container .container_row .widget_foot_menu .foot_menu_list .foot_menu_path:hover {
            color: #fff; }
    footer.rowe .container .Copyright {
      width: 100%;
      display: flex;
      padding-right: 15px;
      padding-left: 15px;
      justify-content: center;
      align-items: center;
      height: 75px;
      font-size: 14px; }
  footer.rowe .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex;
    flex-wrap: wrap; }
  footer.rowe .container,
  footer.rowe .container-fluid,
  footer.rowe .container-lg,
  footer.rowe .container-md,
  footer.rowe .container-sm,
  footer.rowe .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  @media (min-width: 576px) {
    footer.rowe .container,
    footer.rowe .container-sm {
      max-width: 540px; }
    footer.rowe .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 768px) {
    footer.rowe .container,
    footer.rowe .container-md,
    footer.rowe .container-sm {
      max-width: 720px; } }
  @media (min-width: 992px) {
    footer.rowe .container,
    footer.rowe .container-lg,
    footer.rowe .container-md,
    footer.rowe .container-sm {
      max-width: 960px; }
    footer.rowe .col-lg-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%; } }
  @media (min-width: 1200px) {
    footer.rowe .container,
    footer.rowe .container-lg,
    footer.rowe .container-md,
    footer.rowe .container-sm,
    footer.rowe .container-xl {
      max-width: 1140px; } }

.cookies-consent-track {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: rgba(37, 37, 37, 0.9);
  box-shadow: 0 2px 37px 0 rgba(0, 0, 0, 0.5);
  z-index: 9999;
  color: #fff; }
  .cookies-consent-track .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 18.6%;
    align-items: center; }
    .cookies-consent-track .content .statement-content {
      width: 904px;
      margin-top: 40px;
      margin-bottom: 40px;
      line-height: 22px; }
      .cookies-consent-track .content .statement-content .title {
        font-size: 18px;
        margin-bottom: 10px; }
      .cookies-consent-track .content .statement-content .text {
        font-size: 16px; }
        .cookies-consent-track .content .statement-content .text .link {
          border-bottom: 1px solid #fff;
          cursor: pointer; }
          .cookies-consent-track .content .statement-content .text .link:hover {
            border-color: transparent; }
    .cookies-consent-track .content .btn-group {
      display: flex;
      flex-direction: column;
      font-size: 16px; }
      .cookies-consent-track .content .btn-group .btn-cookies {
        width: 182px;
        height: 50px;
        font-size: 16px;
        background: rgba(255, 255, 255, 0);
        border: 1px solid #fff;
        color: #fff;
        border-radius: 0;
        flex: none;
        padding: 0;
        cursor: pointer; }
        .cookies-consent-track .content .btn-group .btn-cookies:hover {
          color: #313233;
          background: #fff; }
      .cookies-consent-track .content .btn-group .accept {
        margin-bottom: 20px; }
  .cookies-consent-track .dialog-container {
    color: #313233; }
    .cookies-consent-track .dialog-container .dialog-wrapper {
      height: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content {
        max-height: 542px;
        padding: 30px 30px 40px;
        font-size: 14px;
        color: #313233;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap {
          margin-bottom: 30px;
          line-height: 18px;
          flex: none; }
          .cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap p {
            margin: 0;
            padding: 0; }
          .cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap .basic-t,
          .cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap .perf-t {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px; }
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap .basic-t .b-t,
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap .basic-t .p-t,
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap .perf-t .b-t,
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap .perf-t .p-t {
              font-size: 16px; }
          .cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap .basic-c {
            margin-bottom: 28px; }
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .cookies-btn-confirm {
          width: 182px;
          height: 50px;
          background: #252525;
          font-size: 16px;
          color: #fff;
          cursor: pointer; }
  .cookies-consent-track .el-switch {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    vertical-align: middle; }
  .cookies-consent-track .el-switch__core {
    margin: 0;
    position: relative;
    width: 40px;
    height: 20px;
    border: 1px solid #dcdfe6;
    outline: 0;
    border-radius: 10px;
    box-sizing: border-box;
    background: #dcdfe6;
    transition: border-color .3s, background-color .3s;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer; }
    .cookies-consent-track .el-switch__core:after {
      content: "";
      position: absolute;
      top: 1px;
      left: 1px;
      border-radius: 100%;
      transition: all .3s;
      width: 16px;
      height: 16px;
      background-color: #fff; }
  .cookies-consent-track .el-switch.is-disabled {
    opacity: 1; }
    .cookies-consent-track .el-switch.is-disabled .el-switch__core {
      cursor: not-allowed; }
      .cookies-consent-track .el-switch.is-disabled .el-switch__core:after {
        left: 100%;
        margin-left: -17px; }
  .cookies-consent-track .el-switch.is-checked .el-switch__core:after {
    left: 100%;
    margin-left: -17px; }

@media only screen and (max-width: 992px) {
  .cookies-consent-track {
    height: auto; }
    .cookies-consent-track .content {
      padding: 0 1em;
      flex-direction: column;
      align-items: stretch; }
      .cookies-consent-track .content .statement-content {
        width: 100%; }
        .cookies-consent-track .content .statement-content .text .link {
          display: inline-block; }
          .cookies-consent-track .content .statement-content .text .link:hover {
            border-color: #fff; }
      .cookies-consent-track .content .btn-group .btn-cookies {
        width: 100%;
        margin-bottom: 20px; } }
@charset "UTF-8";
body,
ul,
ol,
dl,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
table,
td,
img,
div,
dt,
dd,
input,
button {
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  min-height: 100%;
  position: relative; }

img {
  border: none;
  border-style: none; }

ul {
  list-style: none; }

a,
input,
button,
select,
textarea,
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
  text-decoration: none;
  color: #333;
  text-transform: none; }

button {
  border: none;
  text-transform: none; }

.fl {
  float: left; }

.fr {
  float: right; }

/*设置默认样式为none*/
.appearance-none,
.appearance-none:focus {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */ }

.clearfix:before,
.clearfix:after {
  content: '';
  display: table; }

.clearfix:after {
  clear: both; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 24px; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 24px; }

.Columns {
  width: 100%;
  height: 3px;
  background-color: #333; }

grid-row,
grid-columns {
  display: block; }

grid-row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1380px;
  *zoom: 1; }
  grid-row grid-columns:last-child {
    float: right; }
  grid-row .default-12,
  grid-row .small-12 {
    position: relative;
    width: 100%; }
  grid-row::after {
    content: " ";
    display: table;
    clear: both; }
  grid-row grid-columns {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    float: left; }

@media only screen and (max-width: 1024px) {
  grid-row {
    width: 100%; } }

a:hover {
  color: #626262;
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin: 0.2em 0 0.3em 0 !important;
  font-weight: normal; }

h5 {
  font-size: 14px; }

ul,
ol,
dl {
  line-height: 1.25;
  list-style-position: inside; }

ul > li,
ol > li,
dl > li {
  margin: 0 0 5px 0; }

.rich-editor-container.no-min-height .rich-editor,
.rich-editor-container.no-min-height .rich-editor.active {
  min-height: 0; }

.rich-editor h2:first-of-type,
.rich-editor h3:first-of-type,
.rich-editor h4:first-of-type,
.rich-editor h5:first-of-type,
.rich-editor h6:first-of-type {
  margin-top: 0; }

.base-medium,
.medium,
strong,
b,
.heading,
content-header h2,
.heading-secondary,
a.link.medium,
ui-pagination .active,
.portfolio-header,
.video-title,
.video-info-box .avatar-label,
.video-info-box .video-views,
.sidebar .video-count-label,
.sidebar .videos-label,
footer[data-role=footer] .footer-box h5,
.promotion-container a.more,
app-header nav h6,
app-header nav h6 > a {
  font-family: "gothic_bold";
  font-weight: 500 !important; }

.fs_14 {
  font-size: 14px; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

.hide {
  display: none; }

.overlay {
  position: fixed;
  top: 78px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999; }
@charset "UTF-8";
body,
ul,
ol,
dl,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
table,
td,
img,
div,
dt,
dd,
input,
button {
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box !important; }

img {
  border: none; }

ul {
  list-style: none; }

a,
input,
button,
select,
textarea,
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none; }

button {
  border: none;
  text-transform: none; }

.fl {
  float: left; }

.fr {
  float: right; }

/*设置默认样式为none*/
.appearance-none,
.appearance-none:focus {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */ }

.clearfix:before,
.clearfix:after {
  content: '';
  display: table; }

.clearfix:after {
  clear: both; }

body {
  height: 100%;
  font-size: 14px !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  overscroll-behavior-y: none; }

label {
  margin-bottom: 0 !important; }

html {
  height: 100%;
  box-sizing: border-box; }

#app {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: inherit; }

a:focus,
a:active {
  outline: none; }

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none; }

div:focus {
  outline: none; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.app-container {
  padding: 20px; }

.case-center {
  width: 100%; }

.h48,
.h48 input {
  height: 48px; }

.fz16,
.fz16 input {
  font-size: 16px !important; }

.fz18,
.fz18 input {
  font-size: 18px; }

.pwd-show-or-hide-icon {
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  width: 44px;
  right: 10px;
  display: inline-block; }

.pwd-show-or-hide-icon:hover {
  color: #333; }
  .pwd-show-or-hide-icon:hover:after {
    content: '';
    height: 1px;
    width: 44px;
    background: #333;
    position: absolute;
    bottom: 12px;
    left: 0; }

.pwd-show-or-hide-icon.show:hover:after {
  width: 44px; }

.pwd-show-or-hide-icon.hide:hover:after {
  width: 34px;
  left: 5px; }

.cookies-consent-track .dialog-container {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 2005;
  background: rgba(0, 0, 0, 0.4); }
  .cookies-consent-track .dialog-container .dialog-wrapper {
    background-color: #fff; }
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-1,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-2,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-3,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-4,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-5,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-6,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-7,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-8,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-9,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-10,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-11,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-12,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-auto,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-1,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-2,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-3,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-4,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-5,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-6,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-7,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-8,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-9,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-10,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-11,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-12,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-lg-auto,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-1,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-2,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-3,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-4,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-5,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-6,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-7,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-8,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-9,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-10,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-11,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-12,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-md-auto,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-1,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-2,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-3,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-4,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-5,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-6,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-7,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-8,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-9,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-10,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-11,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-12,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-sm-auto,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-1,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-2,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-3,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-4,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-5,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-6,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-7,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-8,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-9,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-10,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-11,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-12,
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .col-xl-auto {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent .addProject_search {
      margin-bottom: 14px;
      display: flex;
      align-items: center;
      width: 100%;
      height: 42px;
      padding-left: 18px;
      border: 1px solid #979797;
      font-size: 18px; }
      .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent .addProject_search .icon-sousuo {
        font-size: 20px;
        color: #999;
        margin-right: 20px; }
      .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent .addProject_search input {
        font-size: 16px;
        border: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent .addProject_search input::-webkit-input-placeholder {
          font-size: 16px; }
      .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent .addProject_search .icon-a-guanbi5 {
        display: none;
        margin-right: 10px;
        font-size: 14px;
        color: #999;
        cursor: pointer; }
      .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent .addProject_search .sousuo-right {
        display: none; }
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .newCustomer {
      display: inline-block;
      margin-bottom: 29px;
      font-size: 16px;
      color: #333;
      letter-spacing: 0;
      position: relative;
      cursor: pointer; }
      .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .newCustomer:after {
        content: " ";
        height: 1px;
        width: 100%;
        background: #333;
        position: absolute;
        left: 0;
        bottom: 2px; }
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select {
      width: 100%;
      height: 204px;
      display: flex; }
      .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select {
        flex: 1;
        height: 100%;
        overflow-y: auto;
        border-right: 1px solid #d9d9d9;
        display: flex;
        flex-direction: column;
        max-width: 50%; }
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select::-webkit-scrollbar {
          /* 滚动条整体样式 */
          width: 4px;
          /* 宽高分别对应横竖滚动条的尺寸 */
          background: #c5c5c5;
          border-radius: 10px; }
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select::-webkit-scrollbar-thumb {
          /* 滚动条里的小方块 */
          border-radius: 3px;
          background: #c5c5c5;
          height: 120px; }
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select::-webkit-scrollbar-track {
          /* 滚动条里面的轨道 */
          border-radius: 10px;
          background: #fff; }
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item {
          font-size: 16px;
          color: #666;
          margin-bottom: 15px;
          display: flex;
          word-break: break-all;
          word-wrap: break-word; }
          .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .select_item_in {
            cursor: pointer;
            max-width: 100%;
            width: 100%;
            display: flex; }
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .select_item_in .item_font {
              max-width: 93%;
              overflow: hidden;
              border-bottom: 1px solid transparent;
              text-overflow: ellipsis;
              white-space: nowrap;
              position: relative; }
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .select_item_in .item_right {
              display: none;
              border-bottom: 1px solid transparent;
              position: relative; }
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .select_item_in .select_circular {
              display: none;
              width: 16px;
              height: 16px;
              border: 1px solid #333;
              border-radius: 50%;
              background-color: #fff;
              color: #fff;
              font-size: 12px;
              text-overflow: ellipsis;
              overflow: hidden;
              white-space: nowrap;
              word-break: break-all; }
              .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .select_item_in .select_circular i {
                font-size: 12px; }
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .select_item_in .bottom-line {
              display: none;
              width: 100%;
              height: 1px;
              background: #333;
              position: absolute;
              bottom: 2px;
              left: 0; }
          .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item.active .select_item_in, .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item:hover .select_item_in {
            color: #333; }
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item.active .select_item_in .item_right,
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item.active .select_item_in .bottom-line, .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item:hover .select_item_in .item_right,
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item:hover .select_item_in .bottom-line {
              display: inline-block; }
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .newProject {
          cursor: auto; }
          .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .newProject .addNewProject {
            cursor: pointer;
            position: relative; }
          .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .newProject .input {
            position: relative;
            width: 229px; }
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .newProject .input .label-new-project {
              display: none;
              color: #333; }
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .newProject .input input {
              font-size: 14px;
              line-height: 40px;
              cursor: auto;
              display: inline-block;
              width: 100%;
              border: 0;
              padding-left: 0;
              border-bottom: 1px solid #333;
              padding-right: 30px; }
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .newProject .input i {
              font-size: 10px;
              color: #c0c4cc;
              position: absolute;
              top: 50%;
              right: 5px;
              transform: translateY(-50%);
              color: #c0c4cc;
              text-align: center;
              transition: all .3s;
              cursor: pointer; }
              .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .newProject .input i:hover {
                color: #666; }
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .noFliter {
          font-size: 18px;
          color: #333; }
      .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .dialog-loading {
        position: absolute;
        z-index: 10;
        background-color: rgba(255, 255, 255, 0.9);
        margin: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: opacity .3s; }
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .dialog-loading .loading-spinner {
          top: 50%;
          margin-top: -21px;
          width: 100%;
          text-align: center;
          position: absolute; }
          .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .dialog-loading .loading-spinner .circular {
            height: 42px;
            width: 42px;
            animation: loading-rotate 2s linear infinite;
            overflow: hidden;
            vertical-align: middle; }
          .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .dialog-loading .loading-spinner circle {
            stroke: #000;
            animation: loading-dash 1.5s ease-in-out infinite;
            stroke-dasharray: 90, 150;
            stroke-dashoffset: 0;
            stroke-width: 2;
            stroke-linecap: round; }
      .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select_project {
        padding-left: 36px;
        border: 0; }
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .confirm {
      margin-top: 40px; }
      .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .confirm .blackBtn,
      .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .confirm .create_project_btn {
        width: 200px;
        height: 44px;
        background-color: #000;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        margin: 0 auto;
        cursor: pointer; }
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .confirm .blackBtn:hover,
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .confirm .create_project_btn:hover {
          background-color: #313233; }
      .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .confirm .Disable {
        background-color: #e9e9e9;
        color: silver;
        cursor: auto; }
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .confirm .Disable:hover {
          background-color: #e9e9e9; }
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container {
      width: 100%; }
      .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container input {
        position: relative;
        display: inline-block;
        width: 100%;
        line-height: 40px;
        width: 100%;
        height: 48px;
        font-size: 16px;
        -webkit-appearance: none;
        background-color: #fff;
        border: 1px solid #dcdfe6;
        color: #606266;
        background-image: none;
        outline: 0;
        padding: 0 15px;
        transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container input::placeholder {
          color: #999;
          font-size: 16px; }
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container input::-webkit-scrollbar-corner,
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container input .el-input::-webkit-scrollbar-track {
          background: #fff; }
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container input::-webkit-scrollbar-thumb {
          border-radius: 5px;
          width: 6px;
          background: #b4bccc; }
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container input::-webkit-scrollbar-track-piece {
          background: #fff;
          width: 6px; }
      .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row {
        padding-top: 20px;
        margin-right: 0;
        margin-left: 0;
        display: flex;
        flex-wrap: wrap; }
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col {
          flex-basis: 0;
          flex-grow: 1;
          max-width: 100%;
          position: relative;
          width: 100%;
          padding-right: 15px;
          padding-left: 15px; }
          .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form {
            padding: 0 5%; }
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row {
              display: flex;
              flex-wrap: wrap;
              margin-right: -15px;
              margin-left: -15px; }
              .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item {
                text-align: left; }
                .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-label-wrap {
                  float: none !important;
                  margin-left: 0 !important; }
                  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-label-wrap label {
                    width: auto;
                    font-size: 16px;
                    color: #333;
                    display: inline-block;
                    float: none;
                    text-align: right;
                    vertical-align: middle;
                    line-height: 40px;
                    padding: 0 12px 0 0;
                    margin-bottom: 0; }
                .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-content-wrap {
                  margin-left: 0;
                  line-height: 40px;
                  position: relative;
                  font-size: 14px; }
                  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-content-wrap::before {
                    display: table;
                    content: ""; }
                  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-content-wrap .item-error {
                    display: none;
                    color: #e22424;
                    font-size: 14px;
                    line-height: 1;
                    padding-top: 4px;
                    position: absolute;
                    top: 100%;
                    left: 0; }
                  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-content-wrap select {
                    width: 100%;
                    height: 48px; }
                  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-content-wrap .icon-xia {
                    color: #c0c4cc;
                    font-size: 12px;
                    position: absolute;
                    right: 3px;
                    top: 50%;
                    transform: translateY(-50%) scale(0.6);
                    z-index: 2006;
                    transition: transform .3s;
                    pointer-events: none; }
                  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-content-wrap .open {
                    transform: translateY(-50%) scale(0.6) rotate(-180deg); }
                  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-content-wrap .close {
                    transform: translateY(-50%) scale(0.6) rotate(0); }
              .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .is-required .item-label-wrap label::before {
                content: "*";
                margin-right: 4px;
                color: #333;
                font-size: 16px; }
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .form-item {
              margin-bottom: 22px; }
              .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .form-item .item-label-wrap {
                float: none !important;
                margin-left: 0 !important; }
                .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .form-item .item-label-wrap label {
                  width: auto;
                  font-size: 16px;
                  color: #333;
                  display: inline-block;
                  float: none;
                  text-align: right;
                  vertical-align: middle;
                  line-height: 40px;
                  padding: 0 12px 0 0;
                  margin-bottom: 0; }
              .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .form-item .form-btn {
                cursor: pointer;
                width: 200px;
                height: 44px;
                font-size: 16px;
                color: #fff;
                background: #000;
                border-radius: 0;
                padding: 0;
                text-align: center;
                vertical-align: middle;
                user-select: none;
                border: 1px solid transparent;
                transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
                .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .form-item .form-btn:hover {
                  color: #fff;
                  background: #313233; }
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .form-item.btn-item {
              text-align: center;
              margin: 40px 0 20px; }

.cookies-consent-track .dialog-container[data-type="favorite"] .dialog-wrapper .log-content .addProject {
  height: calc(100% - 90px); }
  .cookies-consent-track .dialog-container[data-type="favorite"] .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select-customer {
    max-width: 100%; }
    .cookies-consent-track .dialog-container[data-type="favorite"] .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select-customer .active .select_item_in .item_right {
      display: none; }
  .cookies-consent-track .dialog-container[data-type="favorite"] .dialog-wrapper .log-content .addProject .confirm {
    display: block; }
    .cookies-consent-track .dialog-container[data-type="favorite"] .dialog-wrapper .log-content .addProject .confirm .blackBtn {
      width: 100%; }

@media screen and (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .cookies-consent-track .dialog-container .dialog-wrapper {
    width: 840px;
    height: 520px;
    background: #fff;
    position: relative; }
    .cookies-consent-track .dialog-container .dialog-wrapper .dialog-title {
      color: #333;
      text-align: center;
      height: 60px;
      line-height: 60px;
      position: relative;
      background: #f2f2f2; }
      .cookies-consent-track .dialog-container .dialog-wrapper .dialog-title .dialog-back {
        position: absolute;
        top: 0;
        left: 20px;
        cursor: pointer; }
        .cookies-consent-track .dialog-container .dialog-wrapper .dialog-title .dialog-back i {
          font-size: 20px; }
      .cookies-consent-track .dialog-container .dialog-wrapper .dialog-title .title-context {
        width: 80%;
        font-size: 20px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .cookies-consent-track .dialog-container .dialog-wrapper .dialog-title .dialog-close {
        position: absolute;
        top: 0;
        right: 20px;
        cursor: pointer; }
        .cookies-consent-track .dialog-container .dialog-wrapper .dialog-title .dialog-close i {
          font-size: 20px; }
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content {
      height: calc(100% - 60px);
      overflow-y: auto; }
      .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject {
        width: 100%;
        padding: 20px 70px 40px 70px; }
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .no-customer .noCustomer {
          margin: 0 auto;
          font-size: 18px;
          color: #333;
          margin-bottom: 13px;
          text-align: center; }
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .no-customer .goCreatView {
          display: flex;
          padding-bottom: 100px; }
          .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .no-customer .goCreatView .goCreat {
            text-align: center;
            font-size: 18px;
            padding: 0 2px;
            margin: 0 auto;
            color: #333;
            cursor: pointer;
            border-bottom: 1px solid #333; }
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .no-customer .goCreatView .goCreat:hover {
              color: #787878;
              border-bottom: 1px solid transparent; }
  .cookies-consent-track .dialog-container[data-type="favorite"] .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select-customer .active .select_item_in .item_right {
    display: inline-block; }
  .cookies-consent-track .dialog-container[data-type="favorite"] .dialog-wrapper .log-content .addProject .confirm {
    display: block; }
    .cookies-consent-track .dialog-container[data-type="favorite"] .dialog-wrapper .log-content .addProject .confirm .blackBtn {
      width: 200px; } }

@media screen and (max-width: 992px) {
  .cookies-consent-track .dialog-container .dialog-wrapper {
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    padding-top: 0.02px; }
    .cookies-consent-track .dialog-container .dialog-wrapper .dialog-title {
      background-color: #fff !important;
      margin: 25px 0 0 0 !important;
      height: 30px;
      color: #333;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      font-size: 18px;
      text-align: center;
      position: relative; }
      .cookies-consent-track .dialog-container .dialog-wrapper .dialog-title .title-context {
        width: 80%;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .cookies-consent-track .dialog-container .dialog-wrapper .dialog-title .dialog-close {
        position: absolute;
        right: 13px;
        cursor: pointer; }
        .cookies-consent-track .dialog-container .dialog-wrapper .dialog-title .dialog-close i {
          font-size: 16px; }
      .cookies-consent-track .dialog-container .dialog-wrapper .dialog-title .dialog-back {
        display: none;
        position: absolute;
        top: -2px;
        left: 28px;
        cursor: pointer; }
        .cookies-consent-track .dialog-container .dialog-wrapper .dialog-title .dialog-back i {
          font-size: 20px; }
    .cookies-consent-track .dialog-container .dialog-wrapper .log-content {
      height: calc(100% - 84px);
      overflow-y: auto;
      margin: 0; }
      .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject {
        height: 100%;
        padding: 0 10px !important; }
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent {
          padding: 0 10px; }
          .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent .addProject_search input {
            font-size: 14px; }
          .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent .addProject_search .sousuo-right {
            margin: 0 20px !important; }
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .newCustomer {
          margin-left: 10px; }
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent {
          min-height: 100px;
          height: calc(100% - 130px); }
          .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select {
            padding: 0 20px;
            height: 100%; }
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item {
              margin-bottom: 0;
              padding: 20px 10px;
              border-bottom: 1px solid #d9d9d9;
              cursor: pointer; }
              .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item:hover .select_item_in .item_font {
                color: #666; }
              .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item:hover .select_item_in .bottom-line {
                display: none; }
              .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item:hover .select_item_in .item_right {
                display: none; }
              .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .select_item_in {
                border-bottom: 0;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
                color: #333; }
                .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .select_item_in .select_circular {
                  display: flex;
                  justify-content: center;
                  align-items: center; }
              .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .input {
                width: 100%; }
                .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .input .label-new-project {
                  font-size: 16px;
                  line-height: 40px; }
                  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .input .label-new-project::before {
                    content: "*";
                    margin-right: 4px; }
                .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .input .newProject_input {
                  border-radius: 4px;
                  padding-left: 15px;
                  border: 1px solid #dcdfe6;
                  position: relative;
                  font-size: 14px;
                  display: inline-block;
                  width: 100%; }
                  .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .input .newProject_input:focus {
                    border-color: #dcdfe6 !important; }
                .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .input .close_newproject {
                  display: none; }
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item.active .select_item_in {
              color: #666; }
              .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item.active .select_item_in .item_font .bottom-line {
                display: none; }
              .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item.active .select_item_in .select_circular {
                background-color: #333;
                color: #fff; }
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select-customer {
              max-width: 100%;
              border: 0; }
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select_project {
              max-width: 100%;
              border: 0; }
              .cookies-consent-track .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select_project .no-border {
                border: 0; }
      .cookies-consent-track .dialog-container .dialog-wrapper .log-content .confirm {
        display: none; }
    .cookies-consent-track .dialog-container .dialog-wrapper .customer_content .addProject .addProject_search_perent {
      display: block; }
      .cookies-consent-track .dialog-container .dialog-wrapper .customer_content .addProject .addProject_search_perent .addProject_search .sousuo-left {
        display: none; }
      .cookies-consent-track .dialog-container .dialog-wrapper .customer_content .addProject .addProject_search_perent .addProject_search .sousuo-right {
        display: block; }
    .cookies-consent-track .dialog-container .dialog-wrapper .customer_content .addProject .addPerent .addProject_select .select-customer .customer_item.active .select_item_in .item_right {
      display: none; }
    .cookies-consent-track .dialog-container .dialog-wrapper .customer_content .addProject .addPerent .addProject_select .select_project {
      display: none; }
    .cookies-consent-track .dialog-container .dialog-wrapper .project_content .addProject .addProject_search_perent {
      display: none; }
    .cookies-consent-track .dialog-container .dialog-wrapper .project_content .addProject .newCustomer {
      display: none; }
    .cookies-consent-track .dialog-container .dialog-wrapper .project_content .addProject .addPerent .addProject_select .select-customer {
      display: none; }
    .cookies-consent-track .dialog-container .dialog-wrapper .project_content .addProject .confirm {
      display: block; }
      .cookies-consent-track .dialog-container .dialog-wrapper .project_content .addProject .confirm .blackBtn,
      .cookies-consent-track .dialog-container .dialog-wrapper .project_content .addProject .confirm .create_project_btn {
        width: 100%; } }

.fmb,
.fmr_hover:hover {
  font-family: 'montserrat.bold' !important; }

.fbf {
  font-family: 'BalboaPlus-Fill' !important; }

.fdi {
  font-family: 'Didot LT Std Italic' !important; }

.ca,
.ca .fmr,
.ca .el-form-item__label,
.ca input,
.ca .el-select-dropdown__item,
.ca .el-form-item__error {
  font-family: 'CenturyGothic-Regular' !important; }

.ca .fmb,
.ca .fmr_hover:hover {
  font-family: 'gothic_bold' !important; }

.ant_i {
  font-family: 'Book Antiqua Italic' !important; }

.ant {
  font-family: 'Book-Antiqua' !important; }

.hK_ex {
  font-family: 'hknova-extralight' !important; }

.popper-class {
  width: 300px; }

@keyframes loading-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px; } }

#screen-loading {
  position: fixed;
  z-index: 30;
  background-color: white;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s; }
  #screen-loading .loading-spinner {
    top: 50%;
    margin-top: -21px;
    width: 100%;
    text-align: center;
    position: absolute; }
    #screen-loading .loading-spinner .circular {
      height: 42px;
      width: 42px;
      animation: loading-rotate 2s linear infinite;
      overflow: hidden;
      vertical-align: middle; }
    #screen-loading .loading-spinner circle {
      stroke: #000;
      animation: loading-dash 1.5s ease-in-out infinite;
      stroke-dasharray: 90, 150;
      stroke-dashoffset: 0;
      stroke-width: 2;
      stroke-linecap: round; }

.rowe,
.rowe .fmr,
.rowe .el-form-item__label,
.rowe input,
.rowe .el-select-dropdown__item,
.rowe .el-form-item__error {
  font-family: 'montserrat.regular' !important; }

.rowe .fmb,
.rowe .fmr_hover:hover {
  font-family: 'montserrat.bold' !important; }

.jc,
.jc .fmb,
.jc .el-form-item__label,
.jc input,
.jc .el-select-dropdown__item,
.jc .el-form-item__error {
  font-family: 'LibreFranklin-Light-11' !important; }

.jc .jcbl {
  font-family: 'BarlowCondensed-Light' !important; }

.jc .lfb {
  font-family: 'LibreFranklin-Bold' !important; }

.jc .lfr, .lfr {
  font-family: 'LibreFranklin-Regular' !important; }

.art,
.art .fmr,
.art .el-form-item__label,
.art input,
.art .el-select-dropdown__item,
.art .el-form-item__error {
  font-family: 'Roboto-Regular-14' !important; }

.artbl,
.art .artbl,
.art .fmr_hover:hover {
  font-family: 'Roboto-Medium-12' !important; }

.artplay {
  font-family: 'playfairdisplay-bold' !important; }

.jcHeader {
  position: relative;
  z-index: 21; }
  .jcHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .product-list .preview-card .product-info .product-info-text {
    color: #101829; }
  .jcHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .product-list .preview-card .product-info .product-sku {
    color: #101829; }
  .jcHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .product-list .preview-card .product-info .product-customized, .jcHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .product-list .preview-card .product-info .product-com {
    color: #666;
    background: #FFFFFF;
    font-size: 12px;
    margin: 3px 0;
    display: block; }
    .jcHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .product-list .preview-card .product-info .product-customized span, .jcHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .product-list .preview-card .product-info .product-com span {
      background: #F5F5F5;
      padding: 2px 4px; }
  .jcHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .btn-wrap .btn {
    border: 1px solid #00263e; }
  .jcHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .btn-wrap .checkout-btn {
    background: #00263e;
    color: #fff; }
  .jcHeader .hom-global-menu .global-menu-inner .global-menu-right .user-pc .header-mine .nav-user-info .user-selection .other-pattern .log-out .logout-inner {
    background: #00263e;
    color: #fff; }
    .jcHeader .hom-global-menu .global-menu-inner .global-menu-right .user-pc .header-mine .nav-user-info .user-selection .other-pattern .log-out .logout-inner:hover {
      background: rgba(0, 38, 62, 0.9); }

.artHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .product-list .preview-card .product-info .product-info-text {
  color: #101829; }

.artHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .product-list .preview-card .product-info .product-sku {
  color: #101829; }

.artHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .product-list .preview-card .product-info .product-customized, .artHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .product-list .preview-card .product-info .product-com {
  color: #666;
  background: #FFFFFF;
  font-size: 12px;
  margin: 3px 0;
  display: block; }
  .artHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .product-list .preview-card .product-info .product-customized span, .artHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .product-list .preview-card .product-info .product-com span {
    background: #F5F5F5;
    padding: 2px 4px; }

.artHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .btn-wrap .btn {
  border: 1px solid #840029; }

.artHeader .hom-global-menu .global-menu-inner .global-menu-right .product-cart-pc .cart-list-view .inner-content .btn-wrap .checkout-btn {
  background: #840029;
  color: #fff; }

.artHeader .hom-global-menu .global-menu-inner .global-menu-right .user-pc .header-mine .nav-user-info .user-selection .other-pattern .log-out .logout-inner {
  background: #840029;
  color: #fff; }
  .artHeader .hom-global-menu .global-menu-inner .global-menu-right .user-pc .header-mine .nav-user-info .user-selection .other-pattern .log-out .logout-inner:hover {
    opacity: 0.9; }

.hom,
.hom .hom_fmr,
.hom .el-form-item__label,
.hom input,
.hom .el-select-dropdown__item,
.hom .el-form-item__error {
  font-family: 'montserrat.regular' !important; }

.hom .fbf {
  font-family: 'BalboaPlus-Fill' !important; }

.hom .hom_fmb,
.hom .fmr_hover:hover {
  font-family: 'montserrat.bold' !important; }

.art_activities_text {
  width: 100%;
  background-color: #840029;
  padding: 12px 0; }
  .art_activities_text p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff; }

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .art_activities_text {
    padding: 10px 0; }
    .art_activities_text p {
      font-size: 13px;
      width: 90%;
      margin: auto; } }

.jc .btn-link {
  cursor: pointer;
  border-bottom: 1px solid #787878; }
  .jc .btn-link:hover {
    border-color: #00263d;
    color: #00263d; }
/**
 * Swiper 4.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  color: #333;
  line-height: 150%; }

header {
  top: 0;
  right: 0;
  left: 0;
  display: block;
  z-index: 5; }
  header .loginHeader {
    background: #000;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    gap: 0px;
    padding: 0px;
    flex-wrap: nowrap; }
    header .loginHeader .board {
      position: relative;
      width: 72.97%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 0px 30px;
      padding: 0px;
      flex-wrap: nowrap;
      align-self: center;
      height: 39px; }
      @media screen and (max-width: 640px) {
        header .loginHeader .board {
          width: 100%;
          height: 30px; }
          header .loginHeader .board .loginLogo {
            justify-content: center;
            align-items: center; }
            header .loginHeader .board .loginLogo div {
              height: 100%;
              line-height: 30px;
              width: 20%;
              text-align: center;
              cursor: pointer;
              display: inline-block; } }
      header .loginHeader .board div {
        display: block;
        text-align: left; }
      header .loginHeader .board .loginLogo {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 158px; }
        header .loginHeader .board .loginLogo div {
          width: 76px;
          height: 37px;
          /* background-color: white; */
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: space-around;
          cursor: pointer; }
        header .loginHeader .board .loginLogo .marimg {
          width: auto;
          height: 27.5px; }
        header .loginHeader .board .loginLogo .logo-item-active .roweimg {
          width: auto;
          height: 27.5px; }
        @media screen and (max-width: 1025px) {
          header .loginHeader .board .loginLogo .marimg {
            height: 20px; }
          header .loginHeader .board .loginLogo .logo-item-active .roweimg {
            height: 20px; } }
        header .loginHeader .board .loginLogo .markorImg img {
          position: static;
          width: 25px;
          height: 27.58px; }
        header .loginHeader .board .loginLogo .artImg img {
          position: static;
          width: 52px;
          height: 18.41px; }
        header .loginHeader .board .loginLogo .caImg img {
          position: static;
          width: 76px;
          height: 13.26px; }
        header .loginHeader .board .loginLogo .jcImg img {
          position: static;
          width: 58px;
          height: 17.25px; }
        header .loginHeader .board .loginLogo .roImg img {
          position: static;
          width: 18px;
          height: 16.21px; }
      header .loginHeader .board .personal {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 230px; }
        header .loginHeader .board .personal .toCar:hover {
          color: grey; }
        header .loginHeader .board .personal .mine {
          position: relative; }
          header .loginHeader .board .personal .mine .nav-user-info {
            display: none; }
          header .loginHeader .board .personal .mine:hover .myIcon {
            color: grey; }
          @media screen and (min-width: 1025px) {
            header .loginHeader .board .personal .mine .nav-user-info {
              position: absolute;
              width: 281px;
              top: 37px;
              right: -10px;
              z-index: 100; }
              header .loginHeader .board .personal .mine .nav-user-info .nav-user-inner {
                position: relative; }
                header .loginHeader .board .personal .mine .nav-user-info .nav-user-inner::after {
                  content: "";
                  display: block;
                  width: 8px;
                  height: 8px;
                  transform: rotate(-45deg);
                  background: #eaeaea;
                  position: absolute;
                  top: -4px;
                  right: 14px; }
                header .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-name {
                  width: 100%;
                  height: 62px;
                  background: #eaeaea;
                  display: flex;
                  justify-content: flex-start;
                  align-items: center;
                  font-size: 18px;
                  color: #333;
                  letter-spacing: 0;
                  padding: 0 7%; }
                  header .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-name .hover-line {
                    cursor: pointer;
                    max-width: 100%;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                    display: inline-block; }
                header .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection {
                  padding: 0 7%;
                  background: #fff;
                  text-align: left; }
                  header .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .visitor-pattern {
                    height: 143px;
                    padding-top: 30px;
                    cursor: auto; }
                    header .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .visitor-pattern .visiter-info {
                      line-height: 22px;
                      font-size: 16px;
                      color: #333;
                      cursor: default; }
                    header .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .visitor-pattern .learn-more {
                      margin-top: 22px;
                      font-size: 16px;
                      color: #333;
                      cursor: default; }
                      header .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .visitor-pattern .learn-more .hover-line-learn {
                        cursor: pointer;
                        display: inline-block;
                        white-space: nowrap; }
                        header .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .visitor-pattern .learn-more .hover-line-learn::after {
                          width: 100%;
                          height: 1px;
                          background: #333;
                          content: "";
                          display: block;
                          margin-top: -1px; }
                        header .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .visitor-pattern .learn-more .hover-line-learn:hover::after {
                          background: transparent; }
                  header .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .other-pattern {
                    padding-top: 20px;
                    cursor: auto; }
                    header .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .other-pattern i {
                      color: #333;
                      margin-right: 4.5%; }
                    header .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .other-pattern div {
                      font-size: 16px;
                      color: #333;
                      height: 24px; }
                    header .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .other-pattern span {
                      cursor: pointer; }
                    header .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .other-pattern .hover-line {
                      display: inline-block;
                      white-space: nowrap; }
                      header .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .other-pattern .hover-line:hover::after {
                        width: 100%;
                        height: 1px;
                        background: #333;
                        content: "";
                        display: block;
                        margin-top: -1px; }
                    header .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .other-pattern .project,
                    header .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .other-pattern .order {
                      margin-top: 10px; }
                    header .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .other-pattern .log-out {
                      height: 94px;
                      margin-top: 30px;
                      padding-top: 20px;
                      border-top: 1px solid #333; }
                      header .loginHeader .board .personal .mine .nav-user-info .nav-user-inner .user-selection .other-pattern .log-out .logout-inner {
                        width: 100%;
                        height: 44px;
                        line-height: 44px;
                        text-align: center;
                        border: 1px solid #333;
                        cursor: pointer; } }
        header .loginHeader .board .personal .changeMode-icon .shaSpan {
          border-left: 1px solid #E0E0E0; }
        header .loginHeader .board .personal .changeMode-icon .icon-setMode1 {
          width: 16px;
          padding-left: 20px;
          padding-right: 4px; }
        header .loginHeader .board .personal .iconfont {
          color: white;
          display: inline-block;
          line-height: 42px;
          position: relative; }
          header .loginHeader .board .personal .iconfont .cart-num {
            width: 15px;
            height: 15px;
            background: #fff;
            border-radius: 50%;
            position: absolute;
            top: 21%;
            right: -9px;
            line-height: 16px;
            color: #333;
            text-align: center;
            font-size: 12px; }
          header .loginHeader .board .personal .iconfont .cart-list-view {
            display: none;
            width: 340px;
            min-height: 97px;
            position: absolute;
            top: 38px;
            right: -33px;
            z-index: 100;
            padding-right: 1px;
            font-family: "montserrat.regular" !important;
            cursor: auto;
            color: #333; }
            header .loginHeader .board .personal .iconfont .cart-list-view .inner-content {
              padding-top: 20px;
              background: #fff; }
              header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list {
                max-height: 280px;
                overflow-y: auto;
                padding: 0 24px; }
                header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list::-webkit-scrollbar {
                  /* 滚动条整体样式 */
                  width: 6px;
                  /* 宽高分别对应横竖滚动条的尺寸 */
                  background: #d8d8d8;
                  border-radius: 10px; }
                header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list::-webkit-scrollbar-thumb {
                  /* 滚动条里的小方块 */
                  border-radius: 3px;
                  background: #d8d8d8;
                  height: 120px; }
                header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list::-webkit-scrollbar-track {
                  /* 滚动条里面的轨道 */
                  border-radius: 10px;
                  background: #fff; }
                header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  margin-bottom: 20px; }
                  header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .img-wrap {
                    width: 80px;
                    height: 80px;
                    border: 1px solid #d9d9d9;
                    margin-right: 12px;
                    position: relative; }
                    header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img {
                      position: relative;
                      margin: 0 auto;
                      -webkit-box-sizing: border-box;
                      box-sizing: border-box;
                      overflow: hidden;
                      -webkit-transform: scale(1);
                      transform: scale(1);
                      -webkit-transition: all .5s ease;
                      transition: all .5s ease; }
                      header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .el-image {
                        overflow: hidden;
                        width: 100%;
                        height: 100%;
                        background: #f8f8f8;
                        display: block;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        -webkit-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%); }
                        header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .img-wrap .p-img .el-image .el-image__inner {
                          vertical-align: top;
                          min-width: 100%;
                          min-height: 100%;
                          width: 100%;
                          height: 100%; }
                    header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .img-wrap .brandLogo {
                      width: 45px;
                      position: absolute;
                      bottom: 1px;
                      left: 3px;
                      line-height: 0; }
                      header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .img-wrap .brandLogo img {
                        width: 100%; }
                  header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .product-info {
                    -webkit-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1; }
                    header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .product-info .product-info-text {
                      text-align: left;
                      font-size: 14px;
                      color: #333;
                      margin-bottom: 10px;
                      line-height: 17px;
                      display: -webkit-box;
                      -webkit-line-clamp: 2;
                      -webkit-box-orient: vertical;
                      text-overflow: ellipsis; }
                    header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .product-info .product-name {
                      max-width: 359px;
                      color: #333;
                      margin-bottom: 4px;
                      word-break: keep-all;
                      text-overflow: ellipsis;
                      display: -webkit-box;
                      -webkit-line-clamp: 2;
                      overflow: hidden; }
                    header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .product-info .product-sku {
                      color: #787878;
                      margin-bottom: 4px;
                      word-break: break-all;
                      text-overflow: ellipsis;
                      display: -webkit-box;
                      -webkit-line-clamp: 1;
                      overflow: hidden; }
                    header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .product-info .product-customized, header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .product-info .product-com {
                      color: #666;
                      background: #FFFFFF;
                      font-size: 12px;
                      margin: 3px 0;
                      display: block; }
                      header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .product-info .product-customized span, header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .product-info .product-com span {
                        background: #F5F5F5;
                        padding: 2px 4px; }
                    header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .product-list .preview-card .product-info .product-num {
                      color: #787878;
                      margin-bottom: 4px;
                      text-align: left; }
              header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .btn-wrap {
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 20px 0 20px; }
                header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .btn-wrap .btn:first-child {
                  margin-top: 0; }
                header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .btn-wrap .go-cart-btn {
                  background: #fff;
                  color: #313222; }
                  header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .btn-wrap .go-cart-btn:hover {
                    background: #f8f8f8; }
                header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .btn-wrap span {
                  border: none;
                  text-transform: none; }
                header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .btn-wrap .btn {
                  display: inline-block;
                  font-weight: 400;
                  color: #212529;
                  text-align: center;
                  vertical-align: middle;
                  -webkit-user-select: none;
                  -moz-user-select: none;
                  -ms-user-select: none;
                  user-select: none;
                  background-color: transparent;
                  border: 1px solid transparent;
                  padding: 0.375rem 0.75rem;
                  font-size: 1rem;
                  line-height: 1.5;
                  border-radius: 0.25rem;
                  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
                  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
                  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
                  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
                  width: 292px;
                  height: 38px;
                  border: 1px solid #313233;
                  outline: none;
                  border-radius: 0;
                  font-size: 14px;
                  padding: 6px 12px;
                  cursor: pointer; }
                header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .btn-wrap .checkout-btn {
                  color: #fff;
                  background: #000;
                  margin-top: 9px; }
                  header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .btn-wrap .checkout-btn:hover {
                    background: #333; }
              header .loginHeader .board .personal .iconfont .cart-list-view .inner-content .empty-crat {
                display: block;
                margin: 0 auto 0;
                padding-bottom: 20px;
                text-align: center;
                font-size: 14px;
                color: #333;
                width: 100%;
                height: 97px;
                line-height: 97px;
                margin-top: -20px; }
            header .loginHeader .board .personal .iconfont .cart-list-view:after {
              content: "";
              display: block;
              width: 8px;
              height: 8px;
              -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
              background: #fff;
              position: absolute;
              top: -5px;
              right: 36px; }
            header .loginHeader .board .personal .iconfont .cart-list-view:hover {
              color: #333; }
          @media only screen and (max-width: 1024px) {
            header .loginHeader .board .personal .iconfont .cart-list-view {
              right: calc(1% + 161px); } }
        header .loginHeader .board .personal .iconHo:hover .changeMode,
        header .loginHeader .board .personal .iconHo:hover .iconHover {
          color: gray; }
        header .loginHeader .board .personal .changeMode {
          color: #fff;
          margin-left: 12px; }
      header .loginHeader .board .selected {
        background-color: #fff; }
        header .loginHeader .board .selected .icon-caracole-logo {
          font-size: 12px !important; }
      @media only screen and (max-width: 1024px) {
        header .loginHeader .board .loginLogo {
          width: 35%; }
          header .loginHeader .board .loginLogo div {
            width: 100px;
            height: 28px; }
        header .loginHeader .board .personal {
          display: none; } }
    @media only screen and (max-width: 1024px) {
      header .loginHeader .board {
        justify-content: space-around;
        height: 30px; } }
  header .menu-dark {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 99; }
  header .header-user-dark {
    top: 38px;
    background: rgba(0, 0, 0, 0.5); }
  header .appContainer {
    height: 55px; }
    @media only screen and (min-width: 1024px) {
      header .appContainer {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 5; } }
    header .appContainer .appBox {
      transform: translate3d(0px, -56px, 0px);
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      padding: 0;
      font-size: 14px;
      color: #757575;
      height: 56px;
      background-color: rgba(255, 255, 255, 0);
      opacity: 0;
      box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2);
      padding: 0 3%; }
      header .appContainer .appBox .toggle-container {
        width: 30%;
        position: relative;
        display: flex;
        margin-top: 5px; }
        header .appContainer .appBox .toggle-container #drawerToggle {
          display: flex;
          align-items: center;
          color: #333; }
          header .appContainer .appBox .toggle-container #drawerToggle .btn-toggle {
            position: relative;
            max-height: 24px;
            margin-right: 20px;
            top: -3px; }
            header .appContainer .appBox .toggle-container #drawerToggle .btn-toggle .app-menu {
              font-size: 12px;
              cursor: pointer;
              color: #757575; }
      header .appContainer .appBox .searchBox {
        margin-top: 2px;
        margin-left: 5px; }
        @media screen and (min-width: 1024px) {
          header .appContainer .appBox .searchBox {
            margin-left: calc(3% + 5px); } }
        header .appContainer .appBox .searchBox .searchFlex {
          display: flex; }
        header .appContainer .appBox .searchBox .app-search {
          cursor: pointer;
          width: 7%; }
        header .appContainer .appBox .searchBox input {
          border: none;
          outline: none;
          transition: transform 0.3s;
          transform-origin: center;
          padding: 0 5px;
          margin-left: 9px;
          width: 65%;
          background: transparent;
          font-size: 18px; }
          header .appContainer .appBox .searchBox input::placeholder {
            font-size: 18px;
            /* 设置占位符文字大小为14像素 
          -webkit-text-size-adjust: none; / Safari和Chrome浏览器的兼容性 */ }
        header .appContainer .appBox .searchBox .line {
          position: relative;
          width: 0;
          height: 2px;
          background-color: white;
          margin: 0 auto;
          overflow: hidden;
          margin-top: 5px; }
        header .appContainer .appBox .searchBox .line::before {
          content: "";
          position: absolute;
          top: 0;
          left: 50%;
          width: 0;
          height: 100%;
          background-color: black;
          transform: translateX(-50%);
          animation: growLine 2s linear forwards; }

@keyframes growLine {
  0% {
    width: 0; }
  50% {
    width: 50%; }
  100% {
    width: 190px; } }
        header .appContainer .appBox .searchBox .active {
          animation: growLine 0.5s linear forwards; }
      @media (max-width: 1024px) {
        header .appContainer .appBox .input-name {
          display: none;
          margin-top: 2px; } }
      header .appContainer .appBox .logo-container {
        position: relative;
        margin-top: 6px; }
        header .appContainer .appBox .logo-container .small-logo {
          width: 200px;
          cursor: pointer; }
        header .appContainer .appBox .logo-container .logo-tag {
          position: absolute;
          top: -1px;
          right: -7px;
          color: #C5883C;
          font-size: 6px; }
        @media screen and (max-width: 1024px) {
          header .appContainer .appBox .logo-container .small-logo {
            width: 200px; }
          header .appContainer .appBox .logo-container .logo-tag {
            position: absolute;
            top: -1px;
            right: -7px;
            color: #C5883C;
            font-size: 6px; } }
        @media screen and (min-width: 1024px) {
          header .appContainer .appBox .logo-container .small-logo {
            width: 226px; }
          header .appContainer .appBox .logo-container .logo-tag {
            position: absolute;
            top: 0;
            right: -10px;
            color: #C5883C;
            font-size: 8px; } }
      header .appContainer .appBox .actions-container {
        position: relative;
        display: flex; }
        @media screen and (min-width: 1024px) {
          header .appContainer .appBox .actions-container {
            padding: 0; }
            header .appContainer .appBox .actions-container .loginCont {
              line-height: 56px;
              height: 56px; }
            header .appContainer .appBox .actions-container .mr-1 {
              margin-right: 20px !important; } }
        header .appContainer .appBox .actions-container .loginCont .toCar {
          position: relative; }
          header .appContainer .appBox .actions-container .loginCont .toCar .cart-num {
            width: 16px;
            height: 16px;
            background: #fff;
            border-radius: 50%;
            border: 1px solid #757575;
            position: absolute;
            top: -6px;
            line-height: 16px;
            color: #757575;
            text-align: center;
            font-size: 12px;
            right: -11px; }
        header .appContainer .appBox .actions-container .mr-1 {
          margin-right: 30px; }
        @media only screen and (max-width: 1024px) {
          header .appContainer .appBox .actions-container .mr-1 {
            margin-right: 2em; } }
        @media only screen and (max-width: 640px) {
          header .appContainer .appBox .actions-container .mr-1 {
            margin-right: 1em; } }
      header .appContainer .appBox .login-actions {
        width: 30%;
        padding: 1em 2em 0 0;
        position: relative;
        display: flex;
        justify-content: flex-end;
        display: none; }
        header .appContainer .appBox .login-actions .cart-num {
          width: 15px;
          height: 15px;
          background: #fff;
          border-radius: 50%;
          position: absolute;
          top: 16%;
          line-height: 16px;
          color: #333;
          text-align: center;
          font-size: 12px; }
        header .appContainer .appBox .login-actions .icon-shoppingCartPrem {
          margin-right: 1em; }
    header .appContainer .appSeach {
      display: none;
      justify-content: space-between;
      align-items: center;
      padding: 0 32px;
      padding-right: 41px;
      cursor: pointer;
      color: #999;
      font-size: 18px;
      background-color: white; }
      header .appContainer .appSeach .searchFlex {
        display: flex;
        width: 70%;
        align-items: center; }
      header .appContainer .appSeach .app-search {
        cursor: pointer;
        width: 7%;
        color: #999;
        font-size: 18px;
        margin-right: 6px; }
      header .appContainer .appSeach input {
        border: none;
        outline: none;
        transition: transform 0.3s;
        transform-origin: center;
        padding: 0 5px;
        width: 100%;
        height: 3em;
        font-size: 18px; }
        header .appContainer .appSeach input::placeholder {
          font-size: 18px;
          /* 设置占位符文字大小为14像素 
        -webkit-text-size-adjust: none; / Safari和Chrome浏览器的兼容性 */ }
    @media only screen and (max-width: 1024px) {
      header .appContainer .appSeach {
        padding: 0 8%;
        padding-right: 11.5%; }
        header .appContainer .appSeach .app-search {
          width: 20px; } }
    header .appContainer .appSClose {
      font-size: 18px; }
    header .appContainer .appSeachFixed {
      position: fixed;
      width: 100%;
      top: 0em;
      height: 78px;
      z-index: 9; }
    header .appContainer .appBoxBlock {
      opacity: 1;
      background-color: rgba(255, 255, 255, 0.95);
      z-index: 5;
      transform: translate3d(0px, 0px, 0px);
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 3%; }
      header .appContainer .appBoxBlock .toggle-container {
        width: 50%; }
      header .appContainer .appBoxBlock .actions-container {
        width: 49.6%;
        justify-content: flex-end;
        margin-right: 10px; }
    header .appContainer .blank {
      margin-top: 40px; }
    @media only screen and (max-width: 1024px) {
      header .appContainer .appBox {
        width: 100%;
        padding: 0 3%; }
        header .appContainer .appBox .toggle-container {
          width: 50%; }
        header .appContainer .appBox .actions-container {
          width: 50%; } }
    header .appContainer .shadow {
      opacity: 1;
      background-color: rgba(255, 255, 255, 0.95);
      z-index: 5; }
    header .appContainer .content-visible {
      position: fixed;
      display: none;
      top: -120px;
      right: 0;
      bottom: -120px;
      left: 0;
      visibility: hidden;
      z-index: 15; }
      header .appContainer .content-visible .app-drawer-modal {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition-property: opacity;
        transform: translateZ(0);
        background: rgba(0, 0, 0, 0.5);
        transition-duration: 200ms;
        visibility: hidden;
        z-index: 5; }

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

@keyframes slideInFromRight {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
      header .appContainer .content-visible .app-drawer-content {
        visibility: visible;
        visibility: visible;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 302px;
        padding: 120px 0;
        transition-duration: 200ms;
        background-color: #000;
        z-index: 15; }
        header .appContainer .content-visible .app-drawer-content .toolbar-box {
          display: flex;
          justify-content: space-between;
          color: #fff;
          padding: 8px 24px; }
          header .appContainer .content-visible .app-drawer-content .toolbar-box .profile-mini-box {
            display: flex;
            flex-direction: column; }
            header .appContainer .content-visible .app-drawer-content .toolbar-box .profile-mini-box div {
              margin-top: 8px;
              font-size: 10px;
              text-transform: uppercase; }
              header .appContainer .content-visible .app-drawer-content .toolbar-box .profile-mini-box div a {
                margin-right: 12px;
                color: #fff; }
            header .appContainer .content-visible .app-drawer-content .toolbar-box .profile-mini-box .appLogin {
              width: 100%;
              display: flex;
              flex-wrap: wrap; }
              header .appContainer .content-visible .app-drawer-content .toolbar-box .profile-mini-box .appLogin .appLoginName {
                cursor: pointer; }
              header .appContainer .content-visible .app-drawer-content .toolbar-box .profile-mini-box .appLogin .mr-10 {
                margin: 0 10px;
                border-left: 1px solid; }
        header .appContainer .content-visible .app-drawer-content .drawer-items {
          padding: 24px 36px;
          display: flex;
          flex-direction: column; }
          header .appContainer .content-visible .app-drawer-content .drawer-items .touch {
            display: none; }
            header .appContainer .content-visible .app-drawer-content .drawer-items .touch .app-input-name {
              font-size: 1em;
              padding: 10px 10px 10px 5px;
              display: block;
              width: 300px;
              max-width: 100%;
              border: none;
              border-bottom: 1px solid #757575;
              margin-left: 1px;
              border-radius: 0;
              background: transparent;
              color: #333;
              color: #fff;
              background: transparent;
              border-bottom: 0; }
              header .appContainer .content-visible .app-drawer-content .drawer-items .touch .app-input-name::placeholder {
                font-size: 14px;
                /* 设置占位符文字大小为14像素 
              -webkit-text-size-adjust: none; / Safari和Chrome浏览器的兼容性 */ }
            header .appContainer .content-visible .app-drawer-content .drawer-items .touch .app-input-name:focus {
              outline: none;
              border: none; }
            header .appContainer .content-visible .app-drawer-content .drawer-items .touch .touch-flex {
              display: flex;
              align-items: center;
              position: relative;
              justify-content: center; }
              header .appContainer .content-visible .app-drawer-content .drawer-items .touch .touch-flex .icon-sousuo {
                color: white;
                margin: -5px 3px 0 0; }
              header .appContainer .content-visible .app-drawer-content .drawer-items .touch .touch-flex .input-group {
                position: relative;
                max-width: 90%;
                margin-bottom: 0;
                color: #666; }
            header .appContainer .content-visible .app-drawer-content .drawer-items .touch .bar {
              position: relative;
              width: 0;
              height: 2px;
              background-color: white;
              margin: 0 auto;
              overflow: hidden;
              margin-top: 5px;
              left: 4%; }

@keyframes barLine {
  0% {
    width: 0; }
  50% {
    width: 50%; }
  100% {
    width: 100%; } }
            header .appContainer .content-visible .app-drawer-content .drawer-items .touch .barActive {
              animation: barLine 0.5s linear forwards; }
            header .appContainer .content-visible .app-drawer-content .drawer-items .touch .bar::before {
              content: "";
              position: absolute;
              top: 0;
              left: 80%;
              width: 0;
              height: 100%;
              transform: translateX(-50%);
              animation: barLine 2s linear forwards; }
          header .appContainer .content-visible .app-drawer-content .drawer-items a {
            font-weight: 300;
            padding: 6px 0;
            font-size: 14px;
            color: #fff; }
          header .appContainer .content-visible .app-drawer-content .drawer-items .uppercase {
            text-transform: uppercase; }
          header .appContainer .content-visible .app-drawer-content .drawer-items a[data-menu-id]:hover:before {
            position: absolute;
            font-size: 24px;
            top: 4px;
            right: 10px;
            content: "\E5C8";
            color: #fff; }
          header .appContainer .content-visible .app-drawer-content .drawer-items hr {
            border-top: 1px solid #fff;
            margin: 0.5em 0 0.5em 0; }
          @media only screen and (max-width: 1024px) {
            header .appContainer .content-visible .app-drawer-content .drawer-items .touch {
              display: block; } }
        header .appContainer .content-visible .app-drawer-content .drawer-submenu {
          background: #fff;
          opacity: 0.9;
          width: 0;
          height: 100%;
          position: absolute;
          top: 0;
          left: 302px;
          transition: width 0.25s linear;
          overflow-x: hidden;
          overflow-y: auto;
          white-space: nowrap;
          padding-bottom: 124px; }
          header .appContainer .content-visible .app-drawer-content .drawer-submenu .submenu-nav {
            width: 100%;
            padding: 60px 24px 24px 24px;
            font-size: 14px;
            display: flex;
            flex-direction: column;
            text-transform: uppercase;
            margin: 0; }
            header .appContainer .content-visible .app-drawer-content .drawer-submenu .submenu-nav h5 {
              font-weight: normal;
              font-family: gothic_bold; }
          header .appContainer .content-visible .app-drawer-content .drawer-submenu [data-menu] {
            display: none; }
          header .appContainer .content-visible .app-drawer-content .drawer-submenu .subShow {
            display: flex;
            flex-direction: column;
            width: 100%; }
        @media (max-width: 1024px) {
          header .appContainer .content-visible .app-drawer-content .drawer-submenu {
            left: 100%;
            transition: all 0ms cubic-bezier(0.645, 0.045, 0.355, 1); } }
        header .appContainer .content-visible .app-drawer-content .show {
          width: 306px;
          padding-top: 120px; }
          header .appContainer .content-visible .app-drawer-content .show a {
            color: #333;
            margin-top: 5px; }
            @media screen and (max-width: 1024px) {
              header .appContainer .content-visible .app-drawer-content .show a {
                margin-top: 11px; } }
          header .appContainer .content-visible .app-drawer-content .show .appHeader {
            display: none; }
            header .appContainer .content-visible .app-drawer-content .show .appHeader .submenu-back {
              cursor: pointer;
              display: flex;
              align-items: center;
              margin-left: 24px;
              font-size: 14px; }
              @media screen and (max-width: 1024px) {
                header .appContainer .content-visible .app-drawer-content .show .appHeader .submenu-back i {
                  font-size: 14px;
                  margin-right: 6px; } }
              @media (max-width: 1024px) {
                header .appContainer .content-visible .app-drawer-content .show .appHeader .submenu-back .submenu-back {
                  cursor: pointer;
                  display: flex;
                  align-items: center;
                  margin-left: 24px;
                  font-size: 14px; } }
            @media (max-width: 1024px) {
              header .appContainer .content-visible .app-drawer-content .show .appHeader .submenu-close {
                cursor: pointer;
                height: 41px;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-right: 24px; } }
          @media (max-width: 1024px) {
            header .appContainer .content-visible .app-drawer-content .show .appHeader {
              width: 100%;
              height: 41px;
              display: flex;
              justify-content: space-between;
              align-items: center; } }
      @media (max-width: 1024px) {
        header .appContainer .content-visible .show {
          width: 100% !important; } }
      @media (max-width: 1024px) {
        header .appContainer .content-visible .app-drawer-content {
          width: 100%;
          transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1) !important; }
        header .appContainer .content-visible .hide-main-drawer {
          left: -100%; } }
      header .appContainer .content-visible .appOpen {
        visibility: visible;
        animation: slideInFromLeft 0.5s ease-in-out; }
      header .appContainer .content-visible .appClose {
        visibility: hidden;
        /* animation: slideInFromRight 10s ease-in-out; */ }
      header .appContainer .content-visible .slide-out {
        animation: slideOutToLeft 0.5s ease-in-out; }

@keyframes slideOutToLeft {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
    header .appContainer .open {
      visibility: visible;
      display: block; }
  header .container {
    max-width: 1380px;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    /* display: none; */ }
    header .container .header-container {
      width: 1380px;
      max-width: 100%; }
      header .container .header-container .header-top-container {
        display: flex;
        justify-content: center;
        position: relative;
        margin-top: 50px; }
        header .container .header-container .header-top-container .header-actions {
          position: absolute;
          top: -23px;
          right: 20px;
          font-size: 12px; }
        header .container .header-container .header-top-container .designer-login {
          margin-left: 8px; }
    header .container .logo {
      position: relative;
      margin-bottom: 11px; }
      header .container .logo .icon-caracole-logo {
        color: #4D4D4F;
        font-size: 64px;
        cursor: pointer; }
  @media only screen and (max-width: 1024px) {
    header .container {
      display: none !important; } }
  header .pc_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 21px;
    padding: 0 4em;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    height: 50px; }
    header .pc_nav .anchor-menu {
      position: relative;
      height: 100%;
      display: flex;
      align-items: center; }
      header .pc_nav .anchor-menu .searchFlex {
        display: flex;
        align-items: center; }
        header .pc_nav .anchor-menu .searchFlex span {
          color: #333;
          text-transform: uppercase;
          letter-spacing: 2px; }
        header .pc_nav .anchor-menu .searchFlex .iron-icon-0 {
          margin-left: 5px; }
    header .pc_nav a {
      font-size: 16px;
      color: #333;
      text-transform: uppercase; }
    header .pc_nav .ui-mega-dropdown {
      border: 1px solid transparent;
      left: -1px;
      list-style: none;
      margin: 0;
      padding: 1em;
      position: absolute;
      top: 101%;
      z-index: 10998;
      border-radius: 0;
      display: none;
      font-size: 14px;
      min-width: 450px;
      min-height: 12.5em;
      height: auto;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
      background-image: linear-gradient(to bottom, #fff, #fcfcfc); }
    header .pc_nav .anchor-menu:hover .ui-mega-dropdown {
      display: block !important;
      box-sizing: border-box;
      display: flex; }
    header .pc_nav .anchor-menu:hover .search-dropdown {
      display: flex !important; }
    header .pc_nav .ui-mega-dropdown.width-menu {
      min-width: 600px;
      border: 1px solid transparent;
      left: -1px;
      list-style: none;
      margin: 0;
      padding: 32px 42px;
      position: absolute;
      top: 101%;
      z-index: 10998;
      border-radius: 0;
      display: none;
      font-size: 14px;
      min-height: 12.5em;
      height: auto;
      background-image: linear-gradient(to bottom, #fff, #fcfcfc); }
    header .pc_nav .search-dropdown {
      top: 48px;
      left: -250px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      display: none;
      min-height: 100px;
      max-height: 100px;
      min-width: 350px;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
      header .pc_nav .search-dropdown .align-center {
        display: flex;
        align-items: flex-start;
        width: 100%; }
        header .pc_nav .search-dropdown .align-center #search3 {
          width: 80%;
          padding: 0.5em 0.75em;
          border: 1px solid #999;
          border-right: none;
          height: 40px; }
          header .pc_nav .search-dropdown .align-center #search3::placeholder {
            font-size: 14px;
            /* 设置占位符文字大小为14像素 
            -webkit-text-size-adjust: none; / Safari和Chrome浏览器的兼容性 */ }
      header .pc_nav .search-dropdown .ui-button {
        height: 40px;
        min-width: 50px;
        border: 1px solid #999;
        display: flex;
        align-items: center;
        justify-content: space-around;
        border-left: none; }
        header .pc_nav .search-dropdown .ui-button .icon-sousuo {
          cursor: pointer;
          color: #ccc; }
          header .pc_nav .search-dropdown .ui-button .icon-sousuo:hover {
            color: #333; }
    header .pc_nav .menu-box a {
      font-size: 13px;
      text-transform: inherit;
      letter-spacing: 0px; }
    header .pc_nav .menu-box h6 {
      font-family: 'gothic_bold'; }
    header .pc_nav .menu-box .mt-24 {
      margin-top: 24px !important; }
    header .pc_nav .two-column {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      max-height: 450px; }
      header .pc_nav .two-column div {
        width: 50%;
        margin-bottom: 11px; }
        header .pc_nav .two-column div * {
          margin-top: 0;
          padding-top: 0; }
    header .pc_nav h6 {
      color: #333;
      margin-bottom: 6px;
      text-transform: uppercase;
      font-size: 14px; }
    header .pc_nav h6:last-child {
      margin: 0; }
    header .pc_nav .menu-box ul {
      list-style: none;
      margin-bottom: 16px;
      text-transform: uppercase; }
    header .pc_nav .menu-box ul:last-child {
      margin-bottom: 0 !important; }
    header .pc_nav .look-box > a span {
      color: #333; }
  header .mt-16 {
    margin-top: 18px !important; }

main.product {
  display: block;
  width: 100%;
  padding-top: 0;
  min-height: 500px;
  padding-top: 32px; }
  main.product .uppercase {
    text-transform: uppercase; }
  main.product .display-for-small {
    display: none; }
  @media only screen and (max-width: 640px) {
    main.product .display-for-small {
      display: block; } }
  main.product .hide-for-touch,
  main.product .hide-for-phone,
  main.product .hide-for-small,
  main.product .hide-for-tablet-down,
  main.product .hide-for-medium-down {
    display: initial; }
  main.product ul,
  main.product ol,
  main.product dl {
    line-height: 1.25;
    list-style-position: inside; }
  main.product ul > li,
  main.product ol > li,
  main.product dl > li {
    margin: 0 0 10px 0; }
  main.product .standard {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    main.product .standard .item-img {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      padding-right: 32px;
      width: 50%;
      min-width: 50%;
      position: relative; }
    main.product .standard .item-detail {
      width: 48%;
      position: relative;
      padding-left: 2em;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; }
      main.product .standard .item-detail .navigation {
        position: absolute;
        right: 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        main.product .standard .item-detail .navigation a {
          width: 24px;
          height: 24px; }
      main.product .standard .item-detail .shopping-item-detail .hide-for-small .sku {
        color: #666; }
      main.product .standard .item-detail .shopping-item-detail .margin-top {
        margin-top: 16px; }
        main.product .standard .item-detail .shopping-item-detail .margin-top ul {
          list-style-type: disc;
          margin-top: 0.3em;
          margin-bottom: 1em;
          margin-left: 0;
          margin-right: 0;
          padding-left: 30px;
          list-style-position: outside; }
          main.product .standard .item-detail .shopping-item-detail .margin-top ul > li {
            display: list-item;
            list-style-type: disc;
            padding-bottom: 0px;
            margin-bottom: 3px; }
      main.product .standard .item-detail .shopping-item-detail .loginDimensions .hk_ex {
        color: #787878; }
      main.product .standard .item-detail .shopping-item-detail .loginDimensions .clearance {
        margin: 20px 0 5px;
        color: #993535; }
      main.product .standard .item-detail .shopping-item-detail .loginDimensions .price {
        font-size: 28px;
        margin: 10px 0; }
      main.product .standard .item-detail .shopping-item-detail .loginDimensions .discount {
        color: #787878;
        margin: 5px 0; }
        main.product .standard .item-detail .shopping-item-detail .loginDimensions .discount :nth-child(1) {
          text-decoration: line-through; }
      main.product .standard .item-detail .shopping-item-detail .loginDimensions .operation_num {
        font-weight: 400;
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 23px;
        margin-top: 30px; }
        main.product .standard .item-detail .shopping-item-detail .loginDimensions .operation_num .siblingElement,
        main.product .standard .item-detail .shopping-item-detail .loginDimensions .operation_num .inStock,
        main.product .standard .item-detail .shopping-item-detail .loginDimensions .operation_num .has-cashstock {
          font-size: 14px;
          margin-bottom: 10px;
          color: #787878; }
        main.product .standard .item-detail .shopping-item-detail .loginDimensions .operation_num .addition {
          display: flex;
          align-items: center; }
          main.product .standard .item-detail .shopping-item-detail .loginDimensions .operation_num .addition .reduce,
          main.product .standard .item-detail .shopping-item-detail .loginDimensions .operation_num .addition .add {
            font-weight: 700;
            display: inline-block;
            width: 42px;
            height: 35.33px;
            text-align: center;
            color: #333;
            border: 1px solid #d9d9d9;
            line-height: 35.33px;
            user-select: none !important; }
            main.product .standard .item-detail .shopping-item-detail .loginDimensions .operation_num .addition .reduce:hover,
            main.product .standard .item-detail .shopping-item-detail .loginDimensions .operation_num .addition .add:hover {
              color: #333;
              border: 1px solid #333;
              cursor: pointer; }
          main.product .standard .item-detail .shopping-item-detail .loginDimensions .operation_num .addition .reduce {
            color: #c0c4cc; }
            main.product .standard .item-detail .shopping-item-detail .loginDimensions .operation_num .addition .reduce:hover {
              cursor: not-allowed;
              border: 1px solid #d9d9d9;
              color: #c0c4cc; }
          main.product .standard .item-detail .shopping-item-detail .loginDimensions .operation_num .addition .numInput {
            width: 80px;
            border: 0;
            border: 1px solid #d9d9d9;
            padding: 0;
            border-radius: 0;
            height: 36px;
            text-align: center;
            margin: 0 10px;
            font-size: 16px; }
        main.product .standard .item-detail .shopping-item-detail .loginDimensions .operation_num .backorder {
          display: none;
          margin-top: 10px;
          font-size: 16px;
          color: #787878; }
          main.product .standard .item-detail .shopping-item-detail .loginDimensions .operation_num .backorder div {
            font-size: 14px;
            line-height: 16px; }
        main.product .standard .item-detail .shopping-item-detail .loginDimensions .operation_num .under-text {
          font-size: 14px;
          color: #787878; }
        main.product .standard .item-detail .shopping-item-detail .loginDimensions .operation_num .under-text {
          margin-top: 10px; }
      main.product .standard .item-detail .shopping-item-detail .loginDimensions .operation_addCart_but {
        cursor: pointer;
        max-width: 397px;
        height: 44px;
        background: #444444;
        font-size: 16px;
        color: #fff;
        user-select: none !important; }
        main.product .standard .item-detail .shopping-item-detail .loginDimensions .operation_addCart_but:hover {
          background: #333; }
      main.product .standard .item-detail .shopping-item-detail .loginDimensions .flex-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      main.product .standard .item-detail .shopping-item-detail .loginDimensions .operation_addProject {
        max-width: 397px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
        margin-top: 15px; }
        main.product .standard .item-detail .shopping-item-detail .loginDimensions .operation_addProject .operation_addProject_but {
          cursor: pointer;
          width: 190px;
          height: 44px;
          background: #fff;
          font-size: 16px;
          color: #313222;
          border: 1px solid #313233;
          user-select: none !important; }
          main.product .standard .item-detail .shopping-item-detail .loginDimensions .operation_addProject .operation_addProject_but:hover {
            background-color: #f8f8f8; }
      @media screen and (max-width: 992px) {
        main.product .standard .item-detail .shopping-item-detail .loginDimensions .operation_addProject {
          max-width: 100% !important;
          font-size: 16px !important; }
          main.product .standard .item-detail .shopping-item-detail .loginDimensions .operation_addProject .operation_addProject_but {
            flex: 1 !important; }
          main.product .standard .item-detail .shopping-item-detail .loginDimensions .operation_addProject .operation_addProject_love {
            margin-left: 15px; }
        main.product .standard .item-detail .shopping-item-detail .loginDimensions .operation_addCart_but {
          max-width: 100% !important; } }
      main.product .standard .item-detail .shopping-item-detail .loginDimensions .login-see-price {
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        background: #000;
        color: #fff;
        margin-top: 23px;
        max-width: 397px;
        height: 50px;
        font-size: 16px;
        cursor: pointer; }
        main.product .standard .item-detail .shopping-item-detail .loginDimensions .login-see-price:hover {
          background-color: #333; }
      main.product .standard .item-detail .shopping-item-detail .loginDimensions .mt-5 {
        margin-top: 5px; }
    @media only screen and (min-width: 1025px) {
      main.product .standard .item-img {
        min-height: 470px; }
        main.product .standard .item-img .no-img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 80px; }
      main.product .standard .item-detail {
        border-left: 1px solid #ddd; } }
    @media only screen and (max-width: 1024px) {
      main.product .standard .item-img {
        width: 100%;
        min-height: 200px;
        margin-right: 0; }
      main.product .standard .item-detail {
        width: 100%; } }
    @media only screen and (max-width: 1024px) {
      main.product .standard .item-img {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
      main.product .standard .item-detail {
        width: 100%;
        padding-left: 0; } }
    @media only screen and (max-width: 640px) {
      main.product .standard .item-img {
        width: 100%;
        min-height: 200px; }
        main.product .standard .item-img .no-img {
          display: block;
          margin: auto;
          width: 65px; }
      main.product .standard .item-detail {
        width: 100%; }
      main.product .standard .hide-for-phone,
      main.product .standard .hide-for-small {
        display: none; } }
  @media only screen and (max-width: 1024px) {
    main.product .standard {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  main.product .related {
    margin: 48px 0; }
    main.product .related .align-center {
      display: flex;
      align-items: center;
      justify-content: center; }
      main.product .related .align-center .heading {
        color: #000; }
    main.product .related hr {
      border: 0;
      border-top: 1px solid #ccc;
      clear: both;
      margin: 1.25em 0;
      height: 1px;
      box-sizing: content-box;
      overflow: visible; }
    main.product .related .divider-dark {
      border-top: 1px solid #999;
      margin-top: 0.5em;
      margin-bottom: 1.5em; }
    main.product .related .related-carousel {
      height: 211px;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      width: auto;
      max-width: 100%;
      min-height: 0; }
      main.product .related .related-carousel .prev {
        left: -0.5em;
        opacity: 1; }
      main.product .related .related-carousel .prev,
      main.product .related .related-carousel .next {
        z-index: 9; }
      main.product .related .related-carousel .icon-left1 {
        font-size: 30px;
        bottom: 145px;
        position: absolute;
        left: 20px;
        cursor: pointer; }
      main.product .related .related-carousel .nav-visible {
        visibility: hidden; }
      main.product .related .related-carousel .disabled {
        display: none !important;
        border: 1px solid transparent !important;
        color: #e1e1e1;
        text-shadow: none;
        box-shadow: none; }
      main.product .related .related-carousel .icon-youjiantou {
        position: absolute;
        right: 1px;
        bottom: 145px;
        font-size: 30px;
        cursor: pointer; }
      main.product .related .related-carousel .ui-carousel {
        z-index: 1;
        width: 32px; }
      main.product .related .related-carousel .multi-border {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        display: block;
        max-width: none;
        overflow: hidden; }
        main.product .related .related-carousel .multi-border .img-list {
          align-items: flex-end;
          list-style: none;
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          width: 100%;
          height: 100%;
          padding: 0;
          position: relative;
          left: 0; }
          main.product .related .related-carousel .multi-border .img-list .carousel-item {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            height: auto;
            width: auto;
            margin-right: 12px;
            overflow: hidden;
            position: relative;
            border: 0;
            padding: 15px 0 7px 0;
            cursor: pointer;
            max-width: none;
            margin: 0; }
            @media only screen and (max-width: 1024px) {
              main.product .related .related-carousel .multi-border .img-list .carousel-item {
                flex: none; } }
            main.product .related .related-carousel .multi-border .img-list .carousel-item .related-item {
              width: 265px;
              padding: 0 15px;
              position: relative; }
              main.product .related .related-carousel .multi-border .img-list .carousel-item .related-item a {
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                align-items: center;
                color: #333;
                text-decoration: none;
                line-height: inherit;
                font-size: 1em;
                font-weight: normal;
                text-transform: none;
                background-color: transparent; }
              main.product .related .related-carousel .multi-border .img-list .carousel-item .related-item h6 {
                text-transform: uppercase;
                font-size: 14px;
                text-align: center; }
              main.product .related .related-carousel .multi-border .img-list .carousel-item .related-item .img-container {
                height: 148px;
                text-align: center;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center; }
                main.product .related .related-carousel .multi-border .img-list .carousel-item .related-item .img-container img {
                  max-height: 148px;
                  width: auto;
                  max-width: 100%;
                  height: auto !important;
                  display: inline-block;
                  vertical-align: middle; }
              main.product .related .related-carousel .multi-border .img-list .carousel-item .related-item .content {
                display: flex;
                flex-direction: column;
                color: #000; }
              main.product .related .related-carousel .multi-border .img-list .carousel-item .related-item .sku {
                line-height: 1.5;
                font-size: 14px; }
              main.product .related .related-carousel .multi-border .img-list .carousel-item .related-item .dimensions {
                line-height: 1.5;
                font-size: 14px; }
              main.product .related .related-carousel .multi-border .img-list .carousel-item .related-item .msrp {
                font-size: 12px;
                margin: 3px 0; }
              main.product .related .related-carousel .multi-border .img-list .carousel-item .related-item .priceDiscount {
                font-size: 12px;
                color: #993535; }
              main.product .related .related-carousel .multi-border .img-list .carousel-item .related-item .designer {
                margin: 3px 0 5px 0;
                color: #993535; }
              main.product .related .related-carousel .multi-border .img-list .carousel-item .related-item .right-border {
                width: 1px;
                background: #ccc;
                position: absolute;
                bottom: 5px;
                top: 0px;
                right: 0; }
          main.product .related .related-carousel .multi-border .img-list .carousel-item.mibd_designer .msrp,
          main.product .related .related-carousel .multi-border .img-list .carousel-item.mibd_designer .priceDiscount,
          main.product .related .related-carousel .multi-border .img-list .carousel-item.mibd_designer .designer {
            display: block; }
          main.product .related .related-carousel .multi-border .img-list .carousel-item.mibd_communicate .msrp,
          main.product .related .related-carousel .multi-border .img-list .carousel-item.mibd_customer .msrp {
            display: block; }
          main.product .related .related-carousel .multi-border .img-list .carousel-item.mibd_communicate .priceDiscount,
          main.product .related .related-carousel .multi-border .img-list .carousel-item.mibd_communicate .designer,
          main.product .related .related-carousel .multi-border .img-list .carousel-item.mibd_customer .priceDiscount,
          main.product .related .related-carousel .multi-border .img-list .carousel-item.mibd_customer .designer {
            display: none; }
          main.product .related .related-carousel .multi-border .img-list .carousel-item.mibd_safe .msrp,
          main.product .related .related-carousel .multi-border .img-list .carousel-item.mibd_safe .priceDiscount,
          main.product .related .related-carousel .multi-border .img-list .carousel-item.mibd_safe .designer,
          main.product .related .related-carousel .multi-border .img-list .carousel-item.mibd_visitor .msrp,
          main.product .related .related-carousel .multi-border .img-list .carousel-item.mibd_visitor .priceDiscount,
          main.product .related .related-carousel .multi-border .img-list .carousel-item.mibd_visitor .designer {
            display: none; }
    @media only screen and (max-width: 1024px) and (min-width: 220px) {
      main.product .related .related-carousel {
        width: auto;
        max-width: 100%;
        min-height: 0; }
      main.product .related .multi-border {
        overflow-x: auto !important; }
      main.product .related .carousel-navigation {
        display: none; } }

@media only screen and (max-width: 1024px) {
  main.product {
    min-height: calc(100vh - 350px);
    padding-top: 55px; }
  grid-row {
    width: 100%; } }

@media only screen and (max-width: 768px) {
  main.product {
    padding-top: 32px; } }

.zoom_image {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .zoom_image .mian-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 470px;
    background-color: #f8f8f8;
    margin-top: 18px; }
  .zoom_image .thumb {
    margin-top: 1em; }
    .zoom_image .thumb .mz-thumb img {
      width: 100px;
      height: 100px;
      object-fit: scale-down;
      display: block !important; }
    .zoom_image .thumb .mz-thumb img:hover {
      filter: brightness(100%); }
    .zoom_image .thumb .mz-thumb-selected img {
      filter: brightness(100%);
      border: 1px solid #666; }

@media only screen and (max-width: 1024px) {
  .zoom_image {
    flex-direction: row; }
    .zoom_image .mian-img .no-img {
      width: 80px; }
    .zoom_image .thumb {
      display: flex;
      flex-direction: column;
      margin-top: 0; } }

@media only screen and (max-width: 640px) {
  .zoom_image {
    flex-direction: column;
    margin: auto; }
    .zoom_image .mian-img {
      min-height: 350px;
      display: flex;
      align-items: center;
      margin-top: 0; }
      .zoom_image .mian-img .MagicZoom {
        width: 100%;
        height: 100%; }
        .zoom_image .mian-img .MagicZoom .mz-figure {
          width: 100%;
          height: 100%; }
          .zoom_image .mian-img .MagicZoom .mz-figure img {
            width: 100%;
            height: 100%;
            object-fit: scale-down; }
    .zoom_image .thumb {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      align-content: center;
      margin-top: 1em; }
      .zoom_image .thumb .mz-thumb {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: #ddd;
        margin-right: 10px; }
        .zoom_image .thumb .mz-thumb img {
          display: none !important; }
      .zoom_image .thumb .mz-thumb-selected {
        background-color: #bbb; } }

.select2-container {
  z-index: 2006; }

.select2-container .select2-selection--single {
  height: 48px;
  border: 1px solid #dcdfe6;
  border-radius: 0;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .select2-container .select2-selection--single:focus {
    border-color: #060606 !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px; }

.select2-selection__arrow {
  display: none; }

@keyframes loading-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px; } }

.dialog-container {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 2005;
  background: rgba(0, 0, 0, 0.4); }
  .dialog-container .dialog-wrapper {
    background-color: #fff; }
    .dialog-container .dialog-wrapper .log-content .col,
    .dialog-container .dialog-wrapper .log-content .col-1,
    .dialog-container .dialog-wrapper .log-content .col-2,
    .dialog-container .dialog-wrapper .log-content .col-3,
    .dialog-container .dialog-wrapper .log-content .col-4,
    .dialog-container .dialog-wrapper .log-content .col-5,
    .dialog-container .dialog-wrapper .log-content .col-6,
    .dialog-container .dialog-wrapper .log-content .col-7,
    .dialog-container .dialog-wrapper .log-content .col-8,
    .dialog-container .dialog-wrapper .log-content .col-9,
    .dialog-container .dialog-wrapper .log-content .col-10,
    .dialog-container .dialog-wrapper .log-content .col-11,
    .dialog-container .dialog-wrapper .log-content .col-12,
    .dialog-container .dialog-wrapper .log-content .col-auto,
    .dialog-container .dialog-wrapper .log-content .col-lg,
    .dialog-container .dialog-wrapper .log-content .col-lg-1,
    .dialog-container .dialog-wrapper .log-content .col-lg-2,
    .dialog-container .dialog-wrapper .log-content .col-lg-3,
    .dialog-container .dialog-wrapper .log-content .col-lg-4,
    .dialog-container .dialog-wrapper .log-content .col-lg-5,
    .dialog-container .dialog-wrapper .log-content .col-lg-6,
    .dialog-container .dialog-wrapper .log-content .col-lg-7,
    .dialog-container .dialog-wrapper .log-content .col-lg-8,
    .dialog-container .dialog-wrapper .log-content .col-lg-9,
    .dialog-container .dialog-wrapper .log-content .col-lg-10,
    .dialog-container .dialog-wrapper .log-content .col-lg-11,
    .dialog-container .dialog-wrapper .log-content .col-lg-12,
    .dialog-container .dialog-wrapper .log-content .col-lg-auto,
    .dialog-container .dialog-wrapper .log-content .col-md,
    .dialog-container .dialog-wrapper .log-content .col-md-1,
    .dialog-container .dialog-wrapper .log-content .col-md-2,
    .dialog-container .dialog-wrapper .log-content .col-md-3,
    .dialog-container .dialog-wrapper .log-content .col-md-4,
    .dialog-container .dialog-wrapper .log-content .col-md-5,
    .dialog-container .dialog-wrapper .log-content .col-md-6,
    .dialog-container .dialog-wrapper .log-content .col-md-7,
    .dialog-container .dialog-wrapper .log-content .col-md-8,
    .dialog-container .dialog-wrapper .log-content .col-md-9,
    .dialog-container .dialog-wrapper .log-content .col-md-10,
    .dialog-container .dialog-wrapper .log-content .col-md-11,
    .dialog-container .dialog-wrapper .log-content .col-md-12,
    .dialog-container .dialog-wrapper .log-content .col-md-auto,
    .dialog-container .dialog-wrapper .log-content .col-sm,
    .dialog-container .dialog-wrapper .log-content .col-sm-1,
    .dialog-container .dialog-wrapper .log-content .col-sm-2,
    .dialog-container .dialog-wrapper .log-content .col-sm-3,
    .dialog-container .dialog-wrapper .log-content .col-sm-4,
    .dialog-container .dialog-wrapper .log-content .col-sm-5,
    .dialog-container .dialog-wrapper .log-content .col-sm-6,
    .dialog-container .dialog-wrapper .log-content .col-sm-7,
    .dialog-container .dialog-wrapper .log-content .col-sm-8,
    .dialog-container .dialog-wrapper .log-content .col-sm-9,
    .dialog-container .dialog-wrapper .log-content .col-sm-10,
    .dialog-container .dialog-wrapper .log-content .col-sm-11,
    .dialog-container .dialog-wrapper .log-content .col-sm-12,
    .dialog-container .dialog-wrapper .log-content .col-sm-auto,
    .dialog-container .dialog-wrapper .log-content .col-xl,
    .dialog-container .dialog-wrapper .log-content .col-xl-1,
    .dialog-container .dialog-wrapper .log-content .col-xl-2,
    .dialog-container .dialog-wrapper .log-content .col-xl-3,
    .dialog-container .dialog-wrapper .log-content .col-xl-4,
    .dialog-container .dialog-wrapper .log-content .col-xl-5,
    .dialog-container .dialog-wrapper .log-content .col-xl-6,
    .dialog-container .dialog-wrapper .log-content .col-xl-7,
    .dialog-container .dialog-wrapper .log-content .col-xl-8,
    .dialog-container .dialog-wrapper .log-content .col-xl-9,
    .dialog-container .dialog-wrapper .log-content .col-xl-10,
    .dialog-container .dialog-wrapper .log-content .col-xl-11,
    .dialog-container .dialog-wrapper .log-content .col-xl-12,
    .dialog-container .dialog-wrapper .log-content .col-xl-auto {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
    .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent .addProject_search {
      margin-bottom: 14px;
      display: flex;
      align-items: center;
      width: 100%;
      height: 42px;
      padding-left: 18px;
      border: 1px solid #979797;
      font-size: 18px; }
      .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent .addProject_search .icon-sousuo {
        font-size: 20px;
        color: #999;
        margin-right: 20px; }
      .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent .addProject_search input {
        font-size: 16px;
        border: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent .addProject_search input::-webkit-input-placeholder {
          font-size: 16px; }
      .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent .addProject_search .icon-a-guanbi5 {
        display: none;
        margin-right: 10px;
        font-size: 14px;
        color: #999;
        cursor: pointer; }
      .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent .addProject_search .sousuo-right {
        display: none; }
    .dialog-container .dialog-wrapper .log-content .addProject .newCustomer {
      display: inline-block;
      margin-bottom: 29px;
      font-size: 16px;
      color: #333;
      letter-spacing: 0;
      position: relative;
      cursor: pointer; }
      .dialog-container .dialog-wrapper .log-content .addProject .newCustomer:after {
        content: " ";
        height: 1px;
        width: 100%;
        background: #333;
        position: absolute;
        left: 0;
        bottom: 2px; }
    .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select {
      width: 100%;
      height: 204px;
      display: flex; }
      .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select {
        flex: 1;
        height: 100%;
        overflow-y: auto;
        border-right: 1px solid #d9d9d9;
        display: flex;
        flex-direction: column;
        max-width: 50%; }
        .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select::-webkit-scrollbar {
          /* 滚动条整体样式 */
          width: 4px;
          /* 宽高分别对应横竖滚动条的尺寸 */
          background: #c5c5c5;
          border-radius: 10px; }
        .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select::-webkit-scrollbar-thumb {
          /* 滚动条里的小方块 */
          border-radius: 3px;
          background: #c5c5c5;
          height: 120px; }
        .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select::-webkit-scrollbar-track {
          /* 滚动条里面的轨道 */
          border-radius: 10px;
          background: #fff; }
        .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item {
          font-size: 16px;
          color: #666;
          margin-bottom: 15px;
          display: flex;
          word-break: break-all;
          word-wrap: break-word; }
          .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .select_item_in {
            cursor: pointer;
            max-width: 100%;
            width: 100%;
            display: flex; }
            .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .select_item_in .item_font {
              max-width: 93%;
              overflow: hidden;
              border-bottom: 1px solid transparent;
              text-overflow: ellipsis;
              white-space: nowrap;
              position: relative; }
            .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .select_item_in .item_right {
              display: none;
              border-bottom: 1px solid transparent;
              position: relative; }
            .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .select_item_in .select_circular {
              display: none;
              width: 16px;
              height: 16px;
              border: 1px solid #333;
              border-radius: 50%;
              background-color: #fff;
              color: #fff;
              font-size: 12px;
              text-overflow: ellipsis;
              overflow: hidden;
              white-space: nowrap;
              word-break: break-all; }
              .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .select_item_in .select_circular i {
                font-size: 12px; }
            .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .select_item_in .bottom-line {
              display: none;
              width: 100%;
              height: 1px;
              background: #333;
              position: absolute;
              bottom: 2px;
              left: 0; }
          .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item.active .select_item_in, .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item:hover .select_item_in {
            color: #333; }
            .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item.active .select_item_in .item_right,
            .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item.active .select_item_in .bottom-line, .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item:hover .select_item_in .item_right,
            .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item:hover .select_item_in .bottom-line {
              display: inline-block; }
        .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .newProject {
          cursor: auto; }
          .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .newProject .addNewProject {
            cursor: pointer;
            position: relative; }
          .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .newProject .input {
            position: relative;
            width: 229px; }
            .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .newProject .input .label-new-project {
              display: none;
              color: #333; }
            .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .newProject .input input {
              font-size: 14px;
              line-height: 40px;
              cursor: auto;
              display: inline-block;
              width: 100%;
              border: 0;
              padding-left: 0;
              border-bottom: 1px solid #333;
              padding-right: 30px; }
            .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .newProject .input i {
              font-size: 10px;
              color: #c0c4cc;
              position: absolute;
              top: 50%;
              right: 5px;
              transform: translateY(-50%);
              color: #c0c4cc;
              text-align: center;
              transition: all .3s;
              cursor: pointer; }
              .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .newProject .input i:hover {
                color: #666; }
        .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .noFliter {
          font-size: 18px;
          color: #333; }
      .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .dialog-loading {
        position: absolute;
        z-index: 10;
        background-color: rgba(255, 255, 255, 0.9);
        margin: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: opacity .3s; }
        .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .dialog-loading .loading-spinner {
          top: 50%;
          margin-top: -21px;
          width: 100%;
          text-align: center;
          position: absolute; }
          .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .dialog-loading .loading-spinner .circular {
            height: 42px;
            width: 42px;
            animation: loading-rotate 2s linear infinite;
            overflow: hidden;
            vertical-align: middle; }
          .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .dialog-loading .loading-spinner circle {
            stroke: #000;
            animation: loading-dash 1.5s ease-in-out infinite;
            stroke-dasharray: 90, 150;
            stroke-dashoffset: 0;
            stroke-width: 2;
            stroke-linecap: round; }
      .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select_project {
        padding-left: 36px;
        border: 0; }
    .dialog-container .dialog-wrapper .log-content .addProject .confirm {
      margin-top: 40px; }
      .dialog-container .dialog-wrapper .log-content .addProject .confirm .blackBtn,
      .dialog-container .dialog-wrapper .log-content .addProject .confirm .create_project_btn {
        width: 200px;
        height: 44px;
        background-color: #000;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        margin: 0 auto;
        cursor: pointer; }
        .dialog-container .dialog-wrapper .log-content .addProject .confirm .blackBtn:hover,
        .dialog-container .dialog-wrapper .log-content .addProject .confirm .create_project_btn:hover {
          background-color: #313233; }
      .dialog-container .dialog-wrapper .log-content .addProject .confirm .Disable {
        background-color: #e9e9e9;
        color: silver;
        cursor: auto; }
        .dialog-container .dialog-wrapper .log-content .addProject .confirm .Disable:hover {
          background-color: #e9e9e9; }
    .dialog-container .dialog-wrapper .log-content .createCustomer-container {
      width: 100%; }
      .dialog-container .dialog-wrapper .log-content .createCustomer-container input {
        position: relative;
        display: inline-block;
        width: 100%;
        line-height: 40px;
        width: 100%;
        height: 48px;
        font-size: 16px;
        -webkit-appearance: none;
        background-color: #fff;
        border: 1px solid #dcdfe6;
        color: #606266;
        background-image: none;
        outline: 0;
        padding: 0 15px;
        transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
        .dialog-container .dialog-wrapper .log-content .createCustomer-container input::placeholder {
          color: #999;
          font-size: 16px; }
        .dialog-container .dialog-wrapper .log-content .createCustomer-container input::-webkit-scrollbar-corner,
        .dialog-container .dialog-wrapper .log-content .createCustomer-container input .el-input::-webkit-scrollbar-track {
          background: #fff; }
        .dialog-container .dialog-wrapper .log-content .createCustomer-container input::-webkit-scrollbar-thumb {
          border-radius: 5px;
          width: 6px;
          background: #b4bccc; }
        .dialog-container .dialog-wrapper .log-content .createCustomer-container input::-webkit-scrollbar-track-piece {
          background: #fff;
          width: 6px; }
      .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row {
        padding-top: 20px;
        margin-right: 0;
        margin-left: 0;
        display: flex;
        flex-wrap: wrap; }
        .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col {
          flex-basis: 0;
          flex-grow: 1;
          max-width: 100%;
          position: relative;
          width: 100%;
          padding-right: 15px;
          padding-left: 15px; }
          .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form {
            padding: 0 5%; }
            .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row {
              display: flex;
              flex-wrap: wrap;
              margin-right: -15px;
              margin-left: -15px; }
              .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item {
                text-align: left; }
                .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-label-wrap {
                  float: none !important;
                  margin-left: 0 !important; }
                  .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-label-wrap label {
                    width: auto;
                    font-size: 16px;
                    color: #333;
                    display: inline-block;
                    float: none;
                    text-align: right;
                    vertical-align: middle;
                    line-height: 40px;
                    padding: 0 12px 0 0;
                    margin-bottom: 0; }
                .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-content-wrap {
                  margin-left: 0;
                  line-height: 40px;
                  position: relative;
                  font-size: 14px; }
                  .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-content-wrap::before {
                    display: table;
                    content: ""; }
                  .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-content-wrap .item-error {
                    display: none;
                    color: #e22424;
                    font-size: 14px;
                    line-height: 1;
                    padding-top: 4px;
                    position: absolute;
                    top: 100%;
                    left: 0; }
                  .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-content-wrap select {
                    width: 100%;
                    height: 48px; }
                  .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-content-wrap .icon-xia {
                    color: #c0c4cc;
                    font-size: 12px;
                    position: absolute;
                    right: 3px;
                    top: 50%;
                    transform: translateY(-50%) scale(0.6);
                    z-index: 2006;
                    transition: transform .3s;
                    pointer-events: none; }
                  .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-content-wrap .open {
                    transform: translateY(-50%) scale(0.6) rotate(-180deg); }
                  .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .form-item .item-content-wrap .close {
                    transform: translateY(-50%) scale(0.6) rotate(0); }
              .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .row .is-required .item-label-wrap label::before {
                content: "*";
                margin-right: 4px;
                color: #333;
                font-size: 16px; }
            .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .form-item {
              margin-bottom: 22px; }
              .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .form-item .item-label-wrap {
                float: none !important;
                margin-left: 0 !important; }
                .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .form-item .item-label-wrap label {
                  width: auto;
                  font-size: 16px;
                  color: #333;
                  display: inline-block;
                  float: none;
                  text-align: right;
                  vertical-align: middle;
                  line-height: 40px;
                  padding: 0 12px 0 0;
                  margin-bottom: 0; }
              .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .form-item .form-btn {
                cursor: pointer;
                width: 200px;
                height: 44px;
                font-size: 16px;
                color: #fff;
                background: #000;
                border-radius: 0;
                padding: 0;
                text-align: center;
                vertical-align: middle;
                user-select: none;
                border: 1px solid transparent;
                transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
                .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .form-item .form-btn:hover {
                  color: #fff;
                  background: #313233; }
            .dialog-container .dialog-wrapper .log-content .createCustomer-container .content-row .content-col .customer-form .form-item.btn-item {
              text-align: center;
              margin: 40px 0 20px; }

.dialog-container[data-type="favorite"] .dialog-wrapper .log-content .addProject {
  height: calc(100% - 90px); }
  .dialog-container[data-type="favorite"] .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select-customer {
    max-width: 100%; }
    .dialog-container[data-type="favorite"] .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select-customer .active .select_item_in .item_right {
      display: none; }
  .dialog-container[data-type="favorite"] .dialog-wrapper .log-content .addProject .confirm {
    display: block; }
    .dialog-container[data-type="favorite"] .dialog-wrapper .log-content .addProject .confirm .blackBtn {
      width: 100%; }

@media screen and (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .dialog-container .dialog-wrapper {
    width: 840px;
    height: 520px;
    background: #fff;
    position: relative; }
    .dialog-container .dialog-wrapper .dialog-title {
      color: #333;
      text-align: center;
      height: 60px;
      line-height: 60px;
      position: relative;
      background: #f2f2f2; }
      .dialog-container .dialog-wrapper .dialog-title .dialog-back {
        position: absolute;
        top: 0;
        left: 20px;
        cursor: pointer; }
        .dialog-container .dialog-wrapper .dialog-title .dialog-back i {
          font-size: 20px; }
      .dialog-container .dialog-wrapper .dialog-title .title-context {
        width: 80%;
        font-size: 20px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .dialog-container .dialog-wrapper .dialog-title .dialog-close {
        position: absolute;
        top: 0;
        right: 20px;
        cursor: pointer; }
        .dialog-container .dialog-wrapper .dialog-title .dialog-close i {
          font-size: 20px; }
    .dialog-container .dialog-wrapper .log-content {
      height: calc(100% - 60px);
      overflow-y: auto; }
      .dialog-container .dialog-wrapper .log-content .addProject {
        width: 100%;
        padding: 20px 70px 40px 70px; }
        .dialog-container .dialog-wrapper .log-content .addProject .no-customer .noCustomer {
          margin: 0 auto;
          font-size: 18px;
          color: #333;
          margin-bottom: 13px;
          text-align: center; }
        .dialog-container .dialog-wrapper .log-content .addProject .no-customer .goCreatView {
          display: flex;
          padding-bottom: 100px; }
          .dialog-container .dialog-wrapper .log-content .addProject .no-customer .goCreatView .goCreat {
            text-align: center;
            font-size: 18px;
            padding: 0 2px;
            margin: 0 auto;
            color: #333;
            cursor: pointer;
            border-bottom: 1px solid #333; }
            .dialog-container .dialog-wrapper .log-content .addProject .no-customer .goCreatView .goCreat:hover {
              color: #787878;
              border-bottom: 1px solid transparent; }
  .dialog-container[data-type="favorite"] .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select-customer .active .select_item_in .item_right {
    display: inline-block; }
  .dialog-container[data-type="favorite"] .dialog-wrapper .log-content .addProject .confirm {
    display: block; }
    .dialog-container[data-type="favorite"] .dialog-wrapper .log-content .addProject .confirm .blackBtn {
      width: 200px; } }

@media screen and (max-width: 992px) {
  .dialog-container .dialog-wrapper {
    width: 100%;
    height: 100%; }
    .dialog-container .dialog-wrapper .dialog-title {
      background-color: #fff !important;
      margin: 25px 0 !important;
      height: 30px;
      color: #333;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      font-size: 18px;
      text-align: center;
      position: relative; }
      .dialog-container .dialog-wrapper .dialog-title .title-context {
        width: 80%;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .dialog-container .dialog-wrapper .dialog-title .dialog-close {
        position: absolute;
        right: 13px;
        cursor: pointer; }
        .dialog-container .dialog-wrapper .dialog-title .dialog-close i {
          font-size: 16px; }
      .dialog-container .dialog-wrapper .dialog-title .dialog-back {
        display: none;
        position: absolute;
        top: -2px;
        left: 28px;
        cursor: pointer; }
        .dialog-container .dialog-wrapper .dialog-title .dialog-back i {
          font-size: 20px; }
    .dialog-container .dialog-wrapper .log-content {
      height: calc(100% - 84px);
      overflow-y: auto;
      margin: 0; }
      .dialog-container .dialog-wrapper .log-content .addProject {
        height: 100%;
        padding: 0 10px !important; }
        .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent {
          padding: 0 10px; }
          .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent .addProject_search input {
            font-size: 14px; }
          .dialog-container .dialog-wrapper .log-content .addProject .addProject_search_perent .addProject_search .sousuo-right {
            margin: 0 20px !important; }
        .dialog-container .dialog-wrapper .log-content .addProject .newCustomer {
          margin-left: 10px; }
        .dialog-container .dialog-wrapper .log-content .addProject .addPerent {
          min-height: 100px;
          height: calc(100% - 130px); }
          .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select {
            padding: 0 20px;
            height: 100%; }
            .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item {
              margin-bottom: 0;
              padding: 20px 10px;
              border-bottom: 1px solid #d9d9d9;
              cursor: pointer; }
              .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item:hover .select_item_in .item_font {
                color: #666; }
              .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item:hover .select_item_in .bottom-line {
                display: none; }
              .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item:hover .select_item_in .item_right {
                display: none; }
              .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .select_item_in {
                border-bottom: 0;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: space-between;
                color: #333; }
                .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .select_item_in .select_circular {
                  display: flex;
                  justify-content: center;
                  align-items: center; }
              .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .input {
                width: 100%; }
                .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .input .label-new-project {
                  font-size: 16px;
                  line-height: 40px; }
                  .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .input .label-new-project::before {
                    content: "*";
                    margin-right: 4px; }
                .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .input .newProject_input {
                  border-radius: 4px;
                  padding-left: 15px;
                  border: 1px solid #dcdfe6;
                  position: relative;
                  font-size: 14px;
                  display: inline-block;
                  width: 100%; }
                  .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .input .newProject_input:focus {
                    border-color: #dcdfe6 !important; }
                .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item .input .close_newproject {
                  display: none; }
            .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item.active .select_item_in {
              color: #666; }
              .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item.active .select_item_in .item_font .bottom-line {
                display: none; }
              .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select .select_item.active .select_item_in .select_circular {
                background-color: #333;
                color: #fff; }
            .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select-customer {
              max-width: 100%;
              border: 0; }
            .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select_project {
              max-width: 100%;
              border: 0; }
              .dialog-container .dialog-wrapper .log-content .addProject .addPerent .addProject_select .select_project .no-border {
                border: 0; }
      .dialog-container .dialog-wrapper .log-content .confirm {
        display: none; }
    .dialog-container .dialog-wrapper .customer_content .addProject .addProject_search_perent {
      display: block; }
      .dialog-container .dialog-wrapper .customer_content .addProject .addProject_search_perent .addProject_search .sousuo-left {
        display: none; }
      .dialog-container .dialog-wrapper .customer_content .addProject .addProject_search_perent .addProject_search .sousuo-right {
        display: block; }
    .dialog-container .dialog-wrapper .customer_content .addProject .addPerent .addProject_select .select-customer .customer_item.active .select_item_in .item_right {
      display: none; }
    .dialog-container .dialog-wrapper .customer_content .addProject .addPerent .addProject_select .select_project {
      display: none; }
    .dialog-container .dialog-wrapper .project_content .addProject .addProject_search_perent {
      display: none; }
    .dialog-container .dialog-wrapper .project_content .addProject .newCustomer {
      display: none; }
    .dialog-container .dialog-wrapper .project_content .addProject .addPerent .addProject_select .select-customer {
      display: none; }
    .dialog-container .dialog-wrapper .project_content .addProject .confirm {
      display: block; }
      .dialog-container .dialog-wrapper .project_content .addProject .confirm .blackBtn,
      .dialog-container .dialog-wrapper .project_content .addProject .confirm .create_project_btn {
        width: 100%; } }

main.index {
  padding-top: 0;
  min-height: 0; }
  main.index .cms-content-grid {
    display: flex;
    flex-wrap: wrap;
    color: #8b8b8b; }
    main.index .cms-content-grid h2 {
      text-transform: uppercase;
      margin-bottom: 24px; }
    main.index .cms-content-grid .wide {
      width: 65%;
      margin-bottom: 36px;
      position: relative; }
      main.index .cms-content-grid .wide .relative {
        position: relative; }
        main.index .cms-content-grid .wide .relative img {
          display: inline-block;
          vertical-align: middle; }
    @media (max-width: 1000px) {
      main.index .cms-content-grid .wide {
        width: 50%; } }
    @media (max-width: 640px) {
      main.index .cms-content-grid .wide {
        width: 100% !important; }
      main.index .cms-content-grid .order-1 {
        order: 1; }
      main.index .cms-content-grid .order-2 {
        order: 2; }
      main.index .cms-content-grid .order-3 {
        order: 3; }
      main.index .cms-content-grid .order-4 {
        order: 4; }
      main.index .cms-content-grid .order-5 {
        order: 5; }
      main.index .cms-content-grid .order-6 {
        order: 6; }
      main.index .cms-content-grid .narrow {
        width: 100% !important; }
      main.index .cms-content-grid .flex-column {
        align-items: center !important;
        text-align: center;
        padding: 0 !important; } }
    main.index .cms-content-grid .flex-column.align-left {
      padding-left: 4em; }
    main.index .cms-content-grid .narrow {
      width: 35%; }
    @media (max-width: 1000px) {
      main.index .cms-content-grid .narrow {
        width: 50%; } }
    main.index .cms-content-grid .flex-column {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start; }
      main.index .cms-content-grid .flex-column .rich-editor {
        min-height: 300px;
        width: 100%; }
        main.index .cms-content-grid .flex-column .rich-editor h2 {
          font-size: 2.375em; }
        main.index .cms-content-grid .flex-column .rich-editor .title p span {
          font-size: 48px !important; }
        main.index .cms-content-grid .flex-column .rich-editor span {
          font-size: 14px; }
        @media (max-width: 1000px) {
          main.index .cms-content-grid .flex-column .rich-editor h2 {
            font-size: 2.5em; } }
        @media (max-width: 800px) {
          main.index .cms-content-grid .flex-column .rich-editor h2 {
            font-size: 2em; } }
        @media (min-width: 640px) and (min-width: 1024px) {
          main.index .cms-content-grid .flex-column .rich-editor .title {
            font-size: 36px !important; } }
        @media (min-width: 640px) and (max-width: 1024px) {
          main.index .cms-content-grid .flex-column .rich-editor .title {
            font-size: 24px !important; } }
    main.index .cms-content-grid .flex-column.align-right {
      padding-left: 7em;
      padding-right: 4em;
      align-items: flex-end; }
      main.index .cms-content-grid .flex-column.align-right * {
        align-items: flex-end;
        text-align: right; }
      @media (max-width: 640px) {
        main.index .cms-content-grid .flex-column.align-right * {
          align-items: center !important;
          text-align: center; } }
    @media (max-width: 800px) {
      main.index .cms-content-grid .flex-column.align-right {
        padding-left: 0; } }
    main.index .cms-content-grid > div {
      width: 50%;
      margin-bottom: 30px;
      position: relative; }
    @media (max-width: 640px) {
      main.index .cms-content-grid > div {
        width: 100% !important; } }
    main.index .cms-content-grid .content-button {
      margin-top: 36px;
      color: #8b8b8b;
      text-transform: uppercase;
      font-size: 1.2em;
      border: 1px solid #8b8b8b;
      padding: 0.75em;
      display: inline-block;
      cursor: pointer; }

@media only screen and (max-width: 1024px) {
  main.index {
    padding-top: 0; } }

main.faq {
  padding-top: 0;
  min-height: 500px;
  margin-top: 32px; }
  @media only screen and (min-width: 1025px) {
    main.faq .desktop-6,
    main.faq .large-6 {
      position: relative;
      width: 50%; } }
  main.faq .block {
    display: block; }
  main.faq .margin-top {
    margin-top: 16px; }
    main.faq .margin-top .relative {
      position: relative; }
      main.faq .margin-top .relative img {
        display: inline-block;
        vertical-align: middle; }
  main.faq .rich-editor-container {
    width: 100%;
    position: relative; }
  main.faq .margin-bottom {
    margin-bottom: 1em; }
  main.faq p {
    line-height: 1.5;
    margin: 0 0 1em 0; }
  main.faq .rich-editor {
    min-height: 300px;
    width: 100%; }
  main.faq .rich-editor-container.no-min-height .rich-editor,
  main.faq .rich-editor-container.no-min-height .rich-editor.active {
    min-height: 0; }

@media only screen and (max-width: 1024px) {
  .rich-editor {
    min-height: 220px !important; } }

main.hospitality {
  padding-top: 0;
  min-height: 500px;
  margin-top: 32px;
  width: 100%; }
  main.hospitality p {
    line-height: 1.5;
    margin: 0 0 1em 0; }
  @media only screen and (min-width: 1025px) {
    main.hospitality .desktop-6,
    main.hospitality .large-6 {
      position: relative;
      width: 50%; } }
  main.hospitality .block {
    display: block;
    width: 100%; }
    main.hospitality .block .relative {
      position: relative; }
      main.hospitality .block .relative img {
        display: inline-block;
        vertical-align: middle; }
  main.hospitality .margin-bottom {
    margin-bottom: 1em; }
  @media only screen and (max-width: 1024px) {
    main.hospitality .block {
      display: none; } }
  main.hospitality .rich-editor-container {
    width: 100%;
    position: relative; }
    main.hospitality .rich-editor-container .rich-editor {
      width: 100%; }

@media only screen and (max-width: 1024px) {
  main.hospitality {
    min-height: calc(100vh - 350px);
    margin-top: 50px;
    padding-top: 0; } }

main.toTheTrade {
  padding-top: 0;
  min-height: 500px;
  margin-top: 32px;
  display: block;
  width: 100%; }
  @media only screen and (min-width: 1025px) {
    main.toTheTrade .desktop-6,
    main.toTheTrade .large-6 {
      position: relative;
      width: 50%; } }
  main.toTheTrade .block {
    display: block;
    width: 100%; }
    main.toTheTrade .block .relative {
      position: relative; }
      main.toTheTrade .block .relative img {
        display: inline-block;
        vertical-align: middle; }
  @media only screen and (max-width: 1024px) {
    main.toTheTrade .block {
      display: none; } }
  main.toTheTrade .margin-bottom {
    margin-bottom: 1em; }
  main.toTheTrade .rich-editor-container {
    width: 100%;
    position: relative; }
  main.toTheTrade .rich-editor {
    width: 100%; }
    main.toTheTrade .rich-editor p {
      line-height: 1.5;
      margin: 0 0 1em 0; }
    main.toTheTrade .rich-editor p + h1,
    main.toTheTrade .rich-editor p + h2,
    main.toTheTrade .rich-editor p + h3,
    main.toTheTrade .rich-editor p + h4,
    main.toTheTrade .rich-editor p + h5,
    main.toTheTrade .rich-editor p + h6 {
      margin: 1em 0 0.4em 0; }
    main.toTheTrade .rich-editor strong,
    main.toTheTrade .rich-editor b {
      font-weight: 500 !important;
      line-height: inherit; }

@media only screen and (max-width: 1024px) {
  main.toTheTrade {
    min-height: calc(100vh - 350px);
    margin-top: 32px;
    padding-top: 0; } }

main.contact {
  padding-top: 0;
  min-height: 500px;
  margin-top: 32px;
  display: block;
  width: 100%; }
  @media only screen and (min-width: 1025px) {
    main.contact .desktop-6,
    main.contact .large-6 {
      position: relative;
      width: 50%; } }
  main.contact .block {
    display: block;
    width: 100%; }
    main.contact .block .relative {
      position: relative; }
      main.contact .block .relative img {
        display: inline-block;
        vertical-align: middle; }
  @media only screen and (max-width: 1024px) {
    main.contact .block {
      display: none; } }
  main.contact .margin-bottom {
    margin-bottom: 1em; }
  main.contact .rich-editor-container {
    width: 100%;
    position: relative; }
  main.contact p {
    line-height: 1.5;
    margin: 0 0 1em 0; }

footer {
  display: block;
  width: 100%; }

.swiper {
  padding: 1% 15px 32px 15px !important;
  width: 100%;
  max-width: 1380px; }
  .swiper .carousel-player {
    width: 100%; }

.textCenter {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  padding: 10px; }

footer[data-role="footer"] {
  margin-top: 6em;
  background: #e6e6e6;
  min-height: 311px; }
  footer[data-role="footer"] .footdefa {
    max-width: 1380px;
    padding: 29px 42px 0 34px; }
  @media screen and (max-width: 1025px) {
    footer[data-role="footer"] .footdefa {
      padding: 0 0 0 15px; } }
  @media screen and (max-width: 640px) {
    footer[data-role="footer"] .footdefa {
      padding: 24px 41px 0; }
    footer[data-role="footer"] .copyright-box {
      padding-bottom: 24px !important; } }
  footer[data-role="footer"] .footer-box {
    color: #333;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 2px 8px 2px 23px; }
    footer[data-role="footer"] .footer-box .footWidth {
      width: 20%; }
    @media screen and (min-width: 640px) and (max-width: 1024px) {
      footer[data-role="footer"] .footer-box .footdefa {
        padding: 0 !important; }
      footer[data-role="footer"] .footer-box .footWidth {
        width: 46% !important;
        margin-bottom: 24px; } }
    @media screen and (max-width: 640px) {
      footer[data-role="footer"] .footer-box .footWidth {
        width: 100% !important;
        margin-bottom: 17px; } }
  footer[data-role="footer"] .mb-10 {
    margin-bottom: 14px; }
  @media screen and (max-width: 1025px) {
    footer[data-role="footer"] .mb-10 {
      margin-bottom: 10px; } }
  footer[data-role="footer"] flex-box,
  footer[data-role="footer"] .flex-box {
    display: -webkit-flex;
    display: flex; }
  footer[data-role="footer"] .footer-box h5 {
    margin: 3px 0 19px !important;
    font-size: 1em; }
    @media screen and (max-width: 1025px) {
      footer[data-role="footer"] .footer-box h5 {
        margin: 3px 0 12px !important; } }
  footer[data-role="footer"] flex-box,
  footer[data-role="footer"] .flex-box {
    display: -webkit-flex;
    display: flex; }
  @media only screen and (max-width: 640px) {
    footer[data-role="footer"] .footer-box > * {
      width: 46%;
      margin-bottom: 24px; } }
  @media only screen and (max-width: 500px) {
    footer[data-role="footer"] .footer-box > * {
      width: 100%; } }
  @media only screen and (max-width: 640px) {
    footer[data-role="footer"] .footer-box {
      -webkit-justify-content: space-around;
      justify-content: space-around;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 2px 8px 2px 10px; } }
  @media only screen and (max-width: 1024px) and (min-width: 640px) {
    footer[data-role="footer"] .footer-box {
      padding: 24px 36px 0;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-flow: row wrap; } }
  footer[data-role="footer"] flex-box.center,
  footer[data-role="footer"] .flex-box.center {
    -webkit-justify-content: center;
    justify-content: center; }
  footer[data-role="footer"] .copyright-box {
    width: 101.2%;
    font-size: 12px;
    padding-top: 24px;
    color: #333;
    padding-bottom: 19px; }
    footer[data-role="footer"] .copyright-box .ml-8 {
      margin-left: 8px;
      text-decoration: underline; }
  @media only screen and (max-width: 1024px) {
    footer[data-role="footer"] .copyright-box {
      padding-bottom: 40px; }
      footer[data-role="footer"] .copyright-box a {
        text-decoration: underline;
        margin-left: 8px; } }

@media only screen and (max-width: 1024px) {
  footer[data-role="footer"] {
    font-size: 14px; } }

.meg-alert {
  z-index: 3000;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity .3s, transform .4s, top .4s, -webkit-transform .4s;
  border-radius: 4px;
  overflow: hidden;
  padding: 15px 30px; }
  .meg-alert p {
    padding: 0;
    font-size: 14px;
    line-height: 1; }

.cookies-consent-track {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: rgba(37, 37, 37, 0.9);
  box-shadow: 0 2px 37px 0 rgba(0, 0, 0, 0.5);
  z-index: 9999;
  color: #fff; }
  .cookies-consent-track .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 18.6%;
    align-items: center; }
    .cookies-consent-track .content .statement-content {
      width: 904px;
      margin-top: 40px;
      line-height: 22px; }
      .cookies-consent-track .content .statement-content .title {
        font-size: 18px;
        margin-bottom: 10px; }
      .cookies-consent-track .content .statement-content .text {
        font-size: 16px; }
        .cookies-consent-track .content .statement-content .text .link {
          border-bottom: 1px solid #fff;
          cursor: pointer; }
          .cookies-consent-track .content .statement-content .text .link:hover {
            border-color: transparent; }
    .cookies-consent-track .content .btn-group {
      display: flex;
      flex-direction: column;
      font-size: 16px;
      margin-top: 33px; }
      .cookies-consent-track .content .btn-group .btn-cookies {
        width: 182px;
        height: 50px;
        font-size: 16px;
        background: rgba(255, 255, 255, 0);
        border: 1px solid #fff;
        color: #fff;
        border-radius: 0;
        flex: none;
        padding: 0;
        cursor: pointer; }
        .cookies-consent-track .content .btn-group .btn-cookies:hover {
          color: #313233;
          background: #fff; }
      .cookies-consent-track .content .btn-group .accept {
        margin-bottom: 20px; }
  .cookies-consent-track .dialog-container {
    color: #313233; }
    .cookies-consent-track .dialog-container .dialog-wrapper {
      height: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content {
        max-height: 542px;
        padding: 30px 30px 40px;
        font-size: 14px;
        color: #313233;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap {
          margin-bottom: 30px;
          line-height: 18px;
          flex: none; }
          .cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap p {
            margin: 0;
            padding: 0; }
          .cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap .basic-t,
          .cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap .perf-t {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px; }
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap .basic-t .b-t,
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap .basic-t .p-t,
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap .perf-t .b-t,
            .cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap .perf-t .p-t {
              font-size: 16px; }
          .cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .content-wrap .basic-c {
            margin-bottom: 28px; }
        .cookies-consent-track .dialog-container .dialog-wrapper .log-content .setting-cookies-content .cookies-btn-confirm {
          width: 182px;
          height: 50px;
          background: #252525;
          font-size: 16px;
          color: #fff;
          cursor: pointer; }
  .cookies-consent-track .el-switch {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    vertical-align: middle; }
  .cookies-consent-track .el-switch__core {
    margin: 0;
    position: relative;
    width: 40px;
    height: 20px;
    border: 1px solid #dcdfe6;
    outline: 0;
    border-radius: 10px;
    box-sizing: border-box;
    background: #dcdfe6;
    transition: border-color .3s, background-color .3s;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer; }
    .cookies-consent-track .el-switch__core:after {
      content: "";
      position: absolute;
      top: 1px;
      left: 1px;
      border-radius: 100%;
      transition: all .3s;
      width: 16px;
      height: 16px;
      background-color: #fff; }
  .cookies-consent-track .el-switch.is-disabled {
    opacity: 1; }
    .cookies-consent-track .el-switch.is-disabled .el-switch__core {
      cursor: not-allowed; }
      .cookies-consent-track .el-switch.is-disabled .el-switch__core:after {
        left: 100%;
        margin-left: -17px; }
  .cookies-consent-track .el-switch.is-checked .el-switch__core:after {
    left: 100%;
    margin-left: -17px; }

@media only screen and (max-width: 992px) {
  .cookies-consent-track {
    height: auto; }
    .cookies-consent-track .content {
      padding: 0 1em;
      flex-direction: column;
      align-items: stretch; }
      .cookies-consent-track .content .statement-content {
        width: 100%; }
        .cookies-consent-track .content .statement-content .text .link {
          display: inline-block; }
          .cookies-consent-track .content .statement-content .text .link:hover {
            border-color: #fff; }
      .cookies-consent-track .content .btn-group .btn-cookies {
        width: 100%;
        margin-bottom: 20px; } }

#screen-loading {
  position: fixed;
  z-index: 10;
  background-color: white;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity .3s; }
  #screen-loading .loading-spinner {
    top: 50%;
    margin-top: -21px;
    width: 100%;
    text-align: center;
    position: absolute; }
    #screen-loading .loading-spinner .circular {
      height: 42px;
      width: 42px;
      animation: loading-rotate 2s linear infinite;
      overflow: hidden;
      vertical-align: middle; }
    #screen-loading .loading-spinner circle {
      stroke: #000;
      animation: loading-dash 1.5s ease-in-out infinite;
      stroke-dasharray: 90, 150;
      stroke-dashoffset: 0;
      stroke-width: 2;
      stroke-linecap: round; }

.carousel-player {
  width: 100%; }
